summaryrefslogtreecommitdiff
path: root/devel/py-codegen/Makefile
blob: 7e21ffdad045a6a14458549a800f857f6bfe3900 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	codegen
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Extension to ast that allows ast to python code generation
WWW=		https://github.com/andreif/codegen

LICENSE=	BSD3CLAUSE

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>