aboutsummaryrefslogtreecommitdiff
path: root/print/p5-PDFLib/Makefile
blob: be4d31b0e81f39258781eab25f6f67287be0bf9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>