1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/math/py-plastex/Makefile
Marcus von Appen 214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00

19 lines
408 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= plastex
PORTVERSION= 0.9.2
CATEGORIES= math python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-2
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX Document Processing Framework
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>