blob: 8267adf4924b6c0f08bb829b54c19bb2ad9664e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= PDF-API2
PORTVERSION= 2.048
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Facilitates the creation and modification of PDF files
WWW= https://metacpan.org/release/PDF-API2
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Font-TTF>=0:x11-fonts/p5-Font-TTF \
p5-PDF-API2-XS>=0:textproc/p5-PDF-API2-XS
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|