aboutsummaryrefslogtreecommitdiffstats
path: root/print/p5-PDFLib/Makefile
blob: 774dda0d09bea4beb7d40fd52594dd9765c5b79c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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=  pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure
NO_BUILD=   yes

.include <bsd.port.mk>