diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-17 05:21:05 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-17 05:21:05 +0000 |
commit | 2ab7c1c9db271127fb76d34c2cb7a7e54bf7cd3e (patch) | |
tree | 1ab21798d0a9f4039b92ed6a4de61a1a7379aae5 /print/py-reportlab | |
parent | 7c17c833f56c8f3613c0c5584760c3093dd74851 (diff) | |
download | FreeBSD-ports-2ab7c1c9db271127fb76d34c2cb7a7e54bf7cd3e.zip FreeBSD-ports-2ab7c1c9db271127fb76d34c2cb7a7e54bf7cd3e.tar.gz |
- Set / Update Portscout flags
- Pass maintainership to submitter
PR: 166062 166105 166112 166113 166114
166115 166141 166154 166155 166156
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
Diffstat (limited to 'print/py-reportlab')
-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 7b07fba..a57ce08 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 |