4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
24 lines
438 B
Makefile
24 lines
438 B
Makefile
# 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>
|