ports/devel/py-codegen/Makefile
Antoine Brodin 564709be0f New port: devel/py-codegen
Extension to ast that allows ast to python code generation.

WWW: https://github.com/andreif/codegen
2014-10-05 14:10:18 +00:00

18 lines
364 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= codegen
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Extension to ast that allows ast to python code generation
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>