1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/print/p5-PDFLib/Makefile
2021-04-06 16:31:07 +02:00

21 lines
358 B
Makefile

# Created by: ijliao
PORTNAME= PDFLib
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= print perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= More OO interface to pdflib_pl.pm
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= pdflib-perl>=0:print/pdflib-perl
USES= perl5
USE_PERL5= configure
NO_BUILD= yes
.include <bsd.port.mk>