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 | |
parent | dd96133a638f83c519ee4e80e60920ce297a8c69 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-PDFLib/Makefile | 23 | ||||
-rw-r--r-- | print/p5-PostScript-Simple/Makefile | 19 | ||||
-rw-r--r-- | print/p5-PostScript/Makefile | 19 |
3 files changed, 0 insertions, 61 deletions
diff --git a/print/p5-PDFLib/Makefile b/print/p5-PDFLib/Makefile index 7e4cf975edf3..14485aa93b17 100644 --- a/print/p5-PDFLib/Makefile +++ b/print/p5-PDFLib/Makefile @@ -18,26 +18,3 @@ USE_PERL5= configure NO_BUILD= yes .include <bsd.port.mk> -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= PDFLib -PORTVERSION= 0.14 -CATEGORIES= print perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= More OO interface to pdflib_pl.pm - -BUILD_DEPENDS= pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= perl5 -USE_PERL5= configure -NO_BUILD= yes - -MAN3= PDFLib.3 - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/print/p5-PostScript-Simple/Makefile b/print/p5-PostScript-Simple/Makefile index 823513e2ac2f..d550d1d4ce16 100644 --- a/print/p5-PostScript-Simple/Makefile +++ b/print/p5-PostScript-Simple/Makefile @@ -14,22 +14,3 @@ USES= perl5 USE_PERL5= configure .include <bsd.port.mk> -# Created by: tobez -# $FreeBSD$ - -PORTNAME= PostScript-Simple -PORTVERSION= 0.07 -CATEGORIES= print perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= PostScript::Simple - Produce PostScript files from Perl - -USES= perl5 -USE_PERL5= configure - -MAN3= PostScript::Simple.3 PostScript::Simple::EPS.3 - -NO_STAGE= yes -.include <bsd.port.mk> 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> |