Files

22 lines
437 B
Makefile
Raw Permalink Normal View History

2015-12-11 13:52:46 +00:00
PORTNAME= PDF-API2-Simple
PORTVERSION= 1.1.5
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHROMATIC
PKGNAMEPREFIX= p5-
2018-05-16 00:01:06 +00:00
MAINTAINER= sunpoet@FreeBSD.org
2015-12-11 13:52:46 +00:00
COMMENT= Wrapper for the PDF::API2 modules
2022-09-07 23:06:12 +02:00
WWW= https://metacpan.org/release/PDF-API2-Simple
2015-12-11 13:52:46 +00:00
2018-05-16 00:01:06 +00:00
LICENSE= PD
2015-12-11 13:52:46 +00:00
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2
2018-05-16 00:01:06 +00:00
NO_ARCH= yes
2015-12-11 13:52:46 +00:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>