summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-API3/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-05-04 03:55:11 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-05-04 03:55:11 +0000
commit06a27a0b36e3cd635030841bfae6077d039c3c76 (patch)
tree1588d24c4914aa5badd6232d8e222bea271a455c /textproc/p5-PDF-API3/Makefile
parentAdd emacs-22.* to CONFLICTS. (diff)
This commit was manufactured by cvs2svn to create tag 'PRE_XORG_7'.pre-xorg-7
Notes
Notes: svn path=/head/; revision=191528 svn path=/tags/PRE_XORG_7/; revision=191529; tag=pre-xorg-7
Diffstat (limited to 'textproc/p5-PDF-API3/Makefile')
-rw-r--r--textproc/p5-PDF-API3/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/textproc/p5-PDF-API3/Makefile b/textproc/p5-PDF-API3/Makefile
deleted file mode 100644
index 5802919329c1..000000000000
--- a/textproc/p5-PDF-API3/Makefile
+++ /dev/null
@@ -1,31 +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.60
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= PDF
-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= yes
-PERL_SITELIBDIR= ${SITE_PERL}
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
-.endif
-
-.include <bsd.port.post.mk>