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

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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PDF writer abstraction layer

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USE_PERL5=	modbuild
USES=		perl5

NO_ARCH=	yes

.include <bsd.port.mk>