blob: a352328281f7331233f513b4ce031ea7d512aa5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ex:ts=8
# Ports collection makefile for: p5-PDFLib
# Created by: ijliao
# $FreeBSD$
PORTNAME= PDFLib
PORTVERSION= 0.14
CATEGORIES= print perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= More OO interface to pdflib_pl.pm
BUILD_DEPENDS= pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_BUILD= yes
MAN3= PDFLib.3
.include <bsd.port.mk>
|