summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Writer/Makefile
blob: 85dc3583fa662718d8f81912b9513c36a3f27bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	PDF-Writer
PORTVERSION=	0.06
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@gslin.org
COMMENT=	PDF writer abstraction layer

USES=		perl5
USE_PERL5=	modbuild

MAN3=		PDF::Writer.3 PDF::Writer::pdfapi2.3 PDF::Writer::pdflib.3

.include <bsd.port.mk>