freebsd-ports/textproc/p5-PDF-API2-Simple/Makefile
Steve Wills 3bc1e08bfc Reset maintainer
Requested by:	Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email)
2018-03-23 16:33:11 +00:00

18 lines
341 B
Makefile

# $FreeBSD$
PORTNAME= PDF-API2-Simple
PORTVERSION= 1.1.5
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHROMATIC
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper for the PDF::API2 modules
RUN_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>