# Created by: antoine@FreeBSD.org
# $FreeBSD: head/devel/py-codegen/Makefile 370083 2014-10-05 14:10:18Z antoine $

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>
