aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-API3/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
commitf982be45e81588a27383cd1a3eb12789b8498904 (patch)
tree07be283d015b2c39f95e655cb7328ff355bc47fa /textproc/p5-PDF-API3/Makefile
parent856c5bf9f133ae5d553d972d5a940586d3f56048 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Notes
Notes: svn path=/head/; revision=223035 svn path=/tags/RELEASE_6_4_0/; revision=223036; tag=release/6.4.0
Diffstat (limited to 'textproc/p5-PDF-API3/Makefile')
-rw-r--r--textproc/p5-PDF-API3/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/p5-PDF-API3/Makefile b/textproc/p5-PDF-API3/Makefile
deleted file mode 100644
index 4307eb816cc3..000000000000
--- a/textproc/p5-PDF-API3/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: p5-PDF-API2
-# Date created: Feb 2, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= PDF-API2
-PORTVERSION= 0.71.001
-CATEGORIES= textproc perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= erwin@FreeBSD.org
-COMMENT= 'The Next Generation' of Text::PDF::API
-
-BUILD_DEPENDS= ${PERL_SITELIBDIR}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= 5.8.0+
-PERL_SITELIBDIR= ${SITE_PERL}
-
-.include <bsd.port.mk>