diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /textproc/p5-PDF-API3/Makefile | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to '')
-rw-r--r-- | textproc/p5-PDF-API3/Makefile | 24 |
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 743ff2cdf0c3..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.69 -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> |