aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-PDF-Writer/Makefile
blob: 0279601d33081f47266debd8fc82521fae8569ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

NO_STAGE=   yes
.include <bsd.port.mk>