fd5134686a
WWW: http://pypi.python.org/pypi/mwlib/ PR: ports/125070 Submitted by: Wen Heping <wenheping at gmail.com>
25 lines
689 B
Makefile
25 lines
689 B
Makefile
# New ports collection makefile for: mwlib
|
|
# Date created: 27 June 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mwlib
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}source/m/mwlib/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Python's MediaWiki Parser and Utility Library
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
|
|
${PYTHON_PKGNAMEPREFIX}odfpy>0.6:${PORTSDIR}/devel/py-odfpy \
|
|
${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
.include <bsd.port.mk>
|