diff options
-rw-r--r-- | print/pdflib-perl/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/pdflib-perl/Makefile b/print/pdflib-perl/Makefile new file mode 100644 index 00000000000..6463031a1ad --- /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" |