freebsd-ports/devel/py-astor/Makefile
Dmitry Marakasov 3862308532 - Add devel/py-astor
Read/rewrite/write Python ASTs

astor is designed to allow easy manipulation of Python source via the AST.

WWW: https://pypi.python.org/pypi/astor

PR:		216782
Submitted by:	dave@dal.ca
2017-02-09 18:08:29 +00:00

20 lines
413 B
Makefile

# Created by: David Kalliecharan <dave@dal.ca>
# $FreeBSD$
PORTNAME= astor
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dave@dal.ca
COMMENT= Astor allows easy manipulation of Python source via the AST
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>