aboutsummaryrefslogtreecommitdiff
path: root/print/p5-PostScript-Simple/Makefile
blob: 8a9f9c17f675d1201814f2d113c8d4b9cbc6fb44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: tobez

PORTNAME=	PostScript-Simple
PORTVERSION=	0.09
CATEGORIES=	print perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Produce PostScript files from Perl

LICENSE=	GPLv2

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>