mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
22 lines
370 B
Makefile
22 lines
370 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
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>
|