- Convert to PYDISTUTILS_AUTOPLIST

- Stage support
- Bump PORTREV
This commit is contained in:
Martin Wilke 2014-01-31 08:46:00 +00:00
parent 85349cf337
commit 963ba9f687
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341942

View file

@ -3,6 +3,7 @@
PORTNAME= prettytable
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR=source/P/PrettyTable
@ -12,10 +13,8 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= Library for displaying tabular data in an ASCII table format
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYDISTUTILS_NOEGGINFO= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/${PYEASYINSTALL_EGG}
NO_STAGE= yes
.include <bsd.port.mk>