mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
322 B
Makefile
22 lines
322 B
Makefile
COMMENT = convert between Julian and calendar dates
|
|
|
|
MODPY_DISTV = 1.4.1
|
|
|
|
DISTNAME = jdcal-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 5
|
|
|
|
CATEGORIES = misc
|
|
|
|
HOMEPAGE = https://github.com/phn/jdcal
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|