mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
f554ee40ab
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>
23 lines
483 B
Makefile
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>
|