aboutsummaryrefslogtreecommitdiff
path: root/math/py-plastex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-plastex/Makefile')
-rw-r--r--math/py-plastex/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/math/py-plastex/Makefile b/math/py-plastex/Makefile
index 8da3e3acdb8d..a11b39fa7cee 100644
--- a/math/py-plastex/Makefile
+++ b/math/py-plastex/Makefile
@@ -6,17 +6,18 @@
#
PORTNAME= plastex
-PORTVERSION= 0.9.1
+PORTVERSION= 0.9.2
CATEGORIES= math python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-1
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-2
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
-MAINTAINER= wenheping@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX Document Processing Framework
+WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_EGGINFO= plasTeX-0.0.0-${PYTHON_VERSION:S/thon//}.egg-info
+PYDISTUTILS_PKGNAME= plasTeX
.include <bsd.port.mk>