mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
23 lines
517 B
Makefile
23 lines
517 B
Makefile
# New ports collection makefile for: py-plastex
|
|
# Date created: 2008-10-04
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= plastex
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-1
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= LaTeX Document Processing Framework
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_EGGINFO= plasTeX-0.0.0-${PYTHON_VERSION:S/thon//}.egg-info
|
|
|
|
.include <bsd.port.mk>
|