diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-01-20 09:09:10 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-01-20 09:09:10 +0000 |
commit | 1441627c6949b6d128b7e646eeeafadb7ea61643 (patch) | |
tree | eecfe64b557c2f0679fbf703f5804193e83130ee /print/p5-PostScript-Simple/Makefile | |
parent | f44c58fe3c2765c8447cad5826d0fd3b774ee8ef (diff) | |
download | ports-1441627c6949b6d128b7e646eeeafadb7ea61643.tar.gz ports-1441627c6949b6d128b7e646eeeafadb7ea61643.zip |
Notes
Diffstat (limited to 'print/p5-PostScript-Simple/Makefile')
-rw-r--r-- | print/p5-PostScript-Simple/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/p5-PostScript-Simple/Makefile b/print/p5-PostScript-Simple/Makefile index 83037398bd00..003bad89d81c 100644 --- a/print/p5-PostScript-Simple/Makefile +++ b/print/p5-PostScript-Simple/Makefile @@ -6,18 +6,17 @@ # PORTNAME= PostScript-Simple -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= print perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PostScript PKGNAMEPREFIX= p5- -MAINTAINER= tobez@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= PostScript::Simple - Produce PostScript files from Perl PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= PostScript::Simple.3 +MAN3= PostScript::Simple.3 PostScript::Simple::EPS.3 .include <bsd.port.mk> |