24 lines
370 B
Makefile
24 lines
370 B
Makefile
COMMENT = convert between Julian and calendar dates
|
|
|
|
MODPY_EGG_VERSION = 1.4.1
|
|
|
|
DISTNAME = jdcal-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 3
|
|
|
|
CATEGORIES = misc
|
|
|
|
HOMEPAGE = https://github.com/phn/jdcal
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|