diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-17 16:44:03 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-17 16:44:03 +0000 |
commit | 997f760bc099072f692773810d95b161e2434ecc (patch) | |
tree | 714df0089543163a31b071ff99c6d7c402c1a326 /textproc | |
parent | cdf8f3696c29e83c9a37339cb605567909c43a2f (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 5e4f10ed5bc8..7ad6f6ccedd9 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -1,9 +1,5 @@ -# New Ports collection makefile for: p5-PDF-Table -# Date created: May 22, 2009 -# Whom: scheidell@secnap.net -# +# Created by: scheidell@secnap.net # $FreeBSD$ -# PORTNAME= PDF-Table PORTVERSION= 0.9.5 @@ -11,7 +7,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A utility class for building table layouts in a PDF::API2 object BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 |