diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-17 05:21:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-17 05:21:05 +0000 |
commit | 768dd7c392e726cf2862af1a387feca1761120fa (patch) | |
tree | 0fda0910862e24fef22a13776c3bc23a39902054 /print | |
parent | 6e9e4a6ed8e68b01360049e69f58bf743439d301 (diff) | |
download | ports-768dd7c392e726cf2862af1a387feca1761120fa.tar.gz ports-768dd7c392e726cf2862af1a387feca1761120fa.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 7b07fba3eae7..a57ce0891895 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -17,9 +17,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= reportlab-${PORTVERSION}.tar.gz \ rl_accel-3004.tgz:accel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language +PORTSCOUT= ignore:1 # Last version of 1.X branch + USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Reportlab |