freebsd-ports/devel/py-mwlib.ext/Makefile
Martin Wilke bc060c6b53 mwlib.ext provides external dependencies needed by the mwlib
library. It contains a copy of reportlab, which is a BSD
licensed pdf generation library.

WWW:	http://code.pediapress.com/

PR:		ports/129835
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-12-24 19:39:26 +00:00

21 lines
437 B
Makefile

# New ports collection makefile for: mwlib.ext
# Date created: 22 Dec 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= mwlib.ext
PORTVERSION= 0.9.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Provide Dependencies for mwlib
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>