1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/p5-PDF-API2/Makefile
Erwin Lansing 2128da39d0 - Update to 0.40.91
- Mark IGNORE for perl < 5.8.0
- Sort plist while I'm here
2005-02-15 10:20:20 +00:00

32 lines
706 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-PDF-API2
# Date created: Feb 2, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= PDF-API2
PORTVERSION= 0.40.91
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}/${PERL_ARCH}/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= Port requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>