aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-API2-Simple/Makefile
blob: 68e54e4561190413da3786b59726b8090307fccb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	PDF-API2-Simple
PORTVERSION=	1.1.5
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:CHROMATIC
PKGNAMEPREFIX=	p5-

MAINTAINER=	jeremybbaggs@gmail.com
COMMENT=	Wrapper for the PDF::API2 modules

RUN_DEPENDS=	p5-PDF-API2>=0:textproc/p5-PDF-API2

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>