aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-API2-Simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-PDF-API2-Simple/Makefile')
-rw-r--r--textproc/p5-PDF-API2-Simple/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-PDF-API2-Simple/Makefile b/textproc/p5-PDF-API2-Simple/Makefile
new file mode 100644
index 000000000000..c242179bf172
--- /dev/null
+++ b/textproc/p5-PDF-API2-Simple/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= PDF-API2-Simple
+PORTVERSION= 1.1.5
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:CHROMATIC
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= jeremybbaggs@gmail.com
+COMMENT= Wrapper for the PDF::API2 modules
+
+RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>