svn commit: r318921 - head/graphics/p5-CAD-Drawing

Andrej Zverev az at FreeBSD.org
Fri May 24 07:57:16 UTC 2013


Author: az
Date: Fri May 24 07:57:15 2013
New Revision: 318921
URL: http://svnweb.freebsd.org/changeset/ports/318921

Log:
  - Trim Makefile header
  - Assign maintainership to perl@
  - Remove unnecessary depend on PERL_LEVEL < 5.12

Modified:
  head/graphics/p5-CAD-Drawing/Makefile   (contents, props changed)

Modified: head/graphics/p5-CAD-Drawing/Makefile
==============================================================================
--- head/graphics/p5-CAD-Drawing/Makefile	Fri May 24 07:54:52 2013	(r318920)
+++ head/graphics/p5-CAD-Drawing/Makefile	Fri May 24 07:57:15 2013	(r318921)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	CAD-Drawing
-# Date created:				21 May 2006
-# Whom:					Aaron Dalton <aaron at FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	CAD-Drawing
 PORTVERSION=	0.26
@@ -12,7 +8,7 @@ CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	perl at 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>


More information about the svn-ports-all mailing list