freebsd-ports/textproc/p5-PDF-API2/Makefile
Sunpoet Po-Chuan Hsieh 1dc23aad14 - Remove PERL_SITELIBDIR
- Remove obsolete MD5 sum
2010-11-30 16:00:42 +00:00

28 lines
581 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.73
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= 'The Next Generation' of Text::PDF::API
PERL_CONFIGURE= 5.8.0+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>