diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-21 13:57:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-21 13:57:46 +0000 |
commit | c85bacf3f7d28e61ab51f482c8f2a7ec31464262 (patch) | |
tree | 835f0fc96863a42d9e35259f78b885c888d42482 /print/p5-PostScript-PPD/Makefile | |
parent | a83a0744cbaadb023f1ee6b840e97db8e93d63f3 (diff) |
Notes
Diffstat (limited to 'print/p5-PostScript-PPD/Makefile')
-rw-r--r-- | print/p5-PostScript-PPD/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/print/p5-PostScript-PPD/Makefile b/print/p5-PostScript-PPD/Makefile new file mode 100644 index 000000000000..7ef0c4755bfb --- /dev/null +++ b/print/p5-PostScript-PPD/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-PostScript-PPD +# Date created: 2011-10-21 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= PostScript-PPD +PORTVERSION= 0.0203 +CATEGORIES= print perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Read PostScript Printer Definition files + +PERL_CONFIGURE= yes + +MAN3= PostScript::PPD.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress +RUN_DEPENDS+= p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress +.endif + +.include <bsd.port.post.mk> |