aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Table/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-25 02:08:24 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-25 02:08:24 +0000
commit8e5e5b4d40327cd2a9f49e71ac6cd87679eaba6a (patch)
tree613f147cf83762161ffb2590f5a751fd834a0940 /textproc/p5-PDF-Table/Makefile
parent755e15bbaa8e3698254b61b93c7846d92bc0e970 (diff)
Notes
Diffstat (limited to 'textproc/p5-PDF-Table/Makefile')
-rw-r--r--textproc/p5-PDF-Table/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile
index 7ad6f6ccedd9..bde1ceaa5ab1 100644
--- a/textproc/p5-PDF-Table/Makefile
+++ b/textproc/p5-PDF-Table/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= PDF-Table
-PORTVERSION= 0.9.5
+DISTVERSION= 0.9.6_h3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danilogondolfo@gmail.com
COMMENT= A utility class for building table layouts in a PDF::API2 object
BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
@@ -15,6 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.h3//}
+
MAN3= PDF::Table.3
.include <bsd.port.mk>