22 lines
373 B
Makefile
22 lines
373 B
Makefile
COMMENT= Python AST that abstracts the underlying Python version
|
|
|
|
MODPY_EGG_VERSION= 0.5.4
|
|
DISTNAME= gast-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/serge-sans-paille/gast/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|