bc060c6b53
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>
21 lines
437 B
Makefile
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>
|