5639bfda84
- Add LICENSE - Update COMMENT - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/PDF-API2/Changes
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PDF-API2
|
|
PORTVERSION= 2.021
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SSIMMS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Facilitates the creation and modification of PDF files
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|