summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-05 23:01:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-05 23:01:09 +0000
commit72f3fd650a147f9473d19e6cdf53cb6d952ed190 (patch)
tree091c259f4f799959d69f418dbc407f187ad11c40 /print
parentMark port NO_PACKAGE because it requires IMAP/IMAP_SSL which isn't (diff)
Add pdflib-perl, a slave port of pdflib that enables Perl support.
Notes
Notes: svn path=/head/; revision=78364
Diffstat (limited to 'print')
-rw-r--r--print/pdflib-perl/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/print/pdflib-perl/Makefile b/print/pdflib-perl/Makefile
new file mode 100644
index 000000000000..6463031a1add
--- /dev/null
+++ b/print/pdflib-perl/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: pdflib-perl
+# Date created: 05 April 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pdflib
+PORTREVISION= 0
+PORTEPOCH= 0
+CATEGORIES= print
+
+MASTERDIR= ${.CURDIR}/../pdflib
+
+WITH_PERL= yes
+LATEST_LINK= ${PORTNAME}-perl
+
+.include "${MASTERDIR}/Makefile"