ports/devel/py-codegen/Makefile
2021-04-06 16:31:07 +02:00

17 lines
357 B
Makefile

# Created by: antoine@FreeBSD.org
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:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>