Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2014 18:47:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347995 - head/graphics/p5-GraphViz2
Message-ID:  <201403121847.s2CIliCY044029@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar 12 18:47:43 2014
New Revision: 347995
URL: http://svnweb.freebsd.org/changeset/ports/347995
QAT: https://qat.redports.org/buildarchive/r347995/

Log:
  - Update USE_PERL5
  - Use USES=tar:tgz
  - Simplify Makefile

Modified:
  head/graphics/p5-GraphViz2/Makefile

Modified: head/graphics/p5-GraphViz2/Makefile
==============================================================================
--- head/graphics/p5-GraphViz2/Makefile	Wed Mar 12 18:17:30 2014	(r347994)
+++ head/graphics/p5-GraphViz2/Makefile	Wed Mar 12 18:47:43 2014	(r347995)
@@ -7,7 +7,6 @@ CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RSAVAGE
 PKGNAMEPREFIX=	p5-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Wrapper for AT&T Graphviz
@@ -48,20 +47,16 @@ TEST_DEPENDS=	p5-Test-Pod>=1.45:${PORTSD
 
 OPTIONS_DEFINE=	EXAMPLES
 
-USE_PERL5=	5.14.2+ configure
-USES=		perl5 shebangfix
+USE_PERL5=	configure
+USES=		perl5 shebangfix tar:tgz
 
 PORTEXAMPLES=	*
 
 SHEBANG_FILES=	scripts/generate.png.sh scripts/generate.svg.sh scripts/pod2html.sh
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	${INSTALL_DATA} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR}/
-.endif
 
 .include <bsd.port.pre.mk>
 



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