freebsd-ports/devel/py-astor/Makefile
Yuri Victorovich c049ebc424 devel/py-astor: Update 0.5 -> 0.8.1
Also fixed WWW.

PR:		243090
Approved by:	dave@dal.ca (maintainer)
2020-01-25 02:43:56 +00:00

20 lines
415 B
Makefile

# Created by: David Kalliecharan <dave@dal.ca>
# $FreeBSD$
PORTNAME= astor
PORTVERSION= 0.8.1
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>