diff options
author | az <az@FreeBSD.org> | 2013-05-24 15:57:15 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-24 15:57:15 +0800 |
commit | 7e8cb63eb139a31c86456517d7dc97cfa1dd9800 (patch) | |
tree | 45292abe8aa38d6cadaefd8317a4c626accc1f33 /graphics/p5-CAD-Drawing | |
parent | 5f6b121ff30bd3de15a9c9aa5bca6a19e62dbee3 (diff) | |
download | freebsd-ports-gnome-7e8cb63eb139a31c86456517d7dc97cfa1dd9800.tar.gz freebsd-ports-gnome-7e8cb63eb139a31c86456517d7dc97cfa1dd9800.tar.zst freebsd-ports-gnome-7e8cb63eb139a31c86456517d7dc97cfa1dd9800.zip |
- Trim Makefile header
- Assign maintainership to perl@
- Remove unnecessary depend on PERL_LEVEL < 5.12
Diffstat (limited to 'graphics/p5-CAD-Drawing')
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index d161b62240d8..3a2a2095da4c 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CAD-Drawing -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= CAD-Drawing PORTVERSION= 0.26 @@ -12,7 +8,7 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Methods to create, load, and save vector graphics RUN_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \ @@ -38,10 +34,4 @@ MAN3= CAD::Drawing.3 \ PERL_MODBUILD= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |