Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 07:57:16 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318921 - head/graphics/p5-CAD-Drawing
Message-ID:  <201305240757.r4O7vGII009198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305240757.r4O7vGII009198>