26 lines
431 B
Makefile
26 lines
431 B
Makefile
|
COMMENT = date arithmetic for Python
|
||
|
|
||
|
MODPY_EGG_VERSION = 1.4
|
||
|
|
||
|
DISTNAME = datedelta-${MODPY_EGG_VERSION}
|
||
|
PKGNAME = py-${DISTNAME}
|
||
|
REVISION = 1
|
||
|
|
||
|
CATEGORIES = math
|
||
|
|
||
|
HOMEPAGE = https://github.com/aaugustin/datedelta/
|
||
|
MAINTAINER = George Rosamond <george@nycbug.org>
|
||
|
|
||
|
|
||
|
# BSD3
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/python
|
||
|
|
||
|
MODPY_PI = Yes
|
||
|
MODPY_PYBUILD = poetry-core
|
||
|
FLAVOR = python3
|
||
|
FLAVORS = python3
|
||
|
|
||
|
.include <bsd.port.mk>
|