aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Reuse/Makefile
blob: 5cad9725c62175cbe5c0cdd597358673722c134a (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

PORTNAME=	PDF-Reuse
DISTVERSION=	0.39
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gehm@doom-labs.net
COMMENT=	Another perl module to reuse and mass produce PDF documents

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Font-TTF>=0:x11-fonts/p5-Font-TTF\
		p5-IO-Compress>=0:archivers/p5-IO-Compress \
		p5-Text-PDF>=0:print/p5-Text-PDF

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>