1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/math/py-plastex/Makefile
Martin Wilke f554ee40ab plasTeX is a LaTeX document processing framework
written entirely in Python. It currently comes
bundled with renderers for XHTML, DocBook, man
pages, plain text, as well as a way to simply dump
the document to a generic form of XML. Other
renderers can be added as well and are planned
for future releases.

WWW:	http://plastex.sf.net/

PR:		ports/127864
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-10-05 13:32:34 +00:00

23 lines
483 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
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>