blob: 924aa6d1cda927581767c0ae845b802f1a6d9c99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= PostScript-Simple
PORTVERSION= 0.09
CATEGORIES= print perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Produce PostScript files from Perl
WWW= https://metacpan.org/release/PostScript-Simple
LICENSE= GPLv2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|