diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
commit | f982be45e81588a27383cd1a3eb12789b8498904 (patch) | |
tree | 07be283d015b2c39f95e655cb7328ff355bc47fa /textproc/p5-PDF-API3/Makefile | |
parent | 856c5bf9f133ae5d553d972d5a940586d3f56048 (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/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 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> |