2002-02-02 12:49:20 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: p5-PDF-API2
|
|
|
|
# Date created: Feb 2, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= PDF-API2
|
2005-04-04 14:45:30 +02:00
|
|
|
PORTVERSION= 0.41
|
2002-02-02 12:49:20 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2003-01-18 21:37:53 +01:00
|
|
|
MASTER_SITE_SUBDIR= PDF
|
2002-02-02 12:49:20 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-12 23:46:37 +01:00
|
|
|
COMMENT= 'The Next Generation' of Text::PDF::API
|
2002-02-02 12:49:20 +01:00
|
|
|
|
2003-02-23 07:40:19 +01:00
|
|
|
BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
2002-02-02 12:49:20 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2003-10-24 14:05:09 +02:00
|
|
|
PERL_SITELIBDIR= ${SITE_PERL}
|
2002-02-02 12:49:20 +01:00
|
|
|
|
2005-02-15 11:20:20 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2003-01-18 21:37:53 +01:00
|
|
|
|
2005-02-15 11:20:20 +01:00
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
|
|
IGNORE= Port requires perl 5.8.x or later. Install lang/perl5.8 then try again
|
|
|
|
.endif
|
2002-11-07 18:38:44 +01:00
|
|
|
|
2005-02-15 11:20:20 +01:00
|
|
|
.include <bsd.port.post.mk>
|