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