diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 12:12:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 12:12:45 +0000 |
commit | 76d817b96f9303164d6d9050675e683cbe4d26c6 (patch) | |
tree | e0a7d489290e24cd6c4f689509b4020832765404 /print/p5-PostScript | |
parent | dd96133a638f83c519ee4e80e60920ce297a8c69 (diff) |
Fix index. (wired, duplicate Makefile contents :(
Notes
Notes:
svn path=/head/; revision=332969
Diffstat (limited to 'print/p5-PostScript')
-rw-r--r-- | print/p5-PostScript/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/print/p5-PostScript/Makefile b/print/p5-PostScript/Makefile index 9d7491fb7381..e6ec6043bb9c 100644 --- a/print/p5-PostScript/Makefile +++ b/print/p5-PostScript/Makefile @@ -14,22 +14,3 @@ USES= perl5 USE_PERL5= configure .include <bsd.port.mk> -# Created by: Fernan Aguero <fernan.aguero@gmail.com> -# $FreeBSD$ - -PORTNAME= PostScript -PORTVERSION= 0.06 -CATEGORIES= print perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= PostScript - Produce PostScript files from Perl - -USES= perl5 -USE_PERL5= configure - -MAN3= PostScript::TextBlock.3 PostScript::Elements.3 PostScript::Metrics.3 - -NO_STAGE= yes -.include <bsd.port.mk> |