aboutsummaryrefslogtreecommitdiff
path: root/devel/py-codegen/Makefile
blob: f5bcc3da2b0a5ef7694f8ce017f74d90934a224c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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>