1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/py-codegen/Makefile
2021-04-06 16:31:07 +02:00

18 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>