diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
commit | fbc660cb2c24a55e37464725f9ac601142494606 (patch) | |
tree | 36d707e1a5b549fb117fe7cf51b8a59b13955b07 /print | |
parent | 5ef7f5c2944056edc4a39408a66ccfbb3b966fa4 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab/Makefile | 1 | ||||
-rw-r--r-- | print/py-reportlab/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index b9212d4bb458..e6b61ecd6af0 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -14,6 +14,7 @@ DISTNAME= ReportLab_${PORTVERSION:S/./_/} EXTRACT_SUFX= .tgz MAINTAINER= perky@FreeBSD.org +COMMENT= Library to create PDF documents using the Python language USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/print/py-reportlab/pkg-comment b/print/py-reportlab/pkg-comment deleted file mode 100644 index e6ceee97a938..000000000000 --- a/print/py-reportlab/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Library to create PDF documents using the Python language |