1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/p5-PDF-API3/Makefile
Ying-Chieh Liao 0bd676081b add p5-PDF-API2 0.2.1.2
'The Next Generation' of Text::PDF::API
2002-02-02 11:49:20 +00:00

27 lines
596 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.2.1.2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}_dev
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>