svn commit: r347995 - head/graphics/p5-GraphViz2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 12 18:47:44 UTC 2014


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 at 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>
 


More information about the svn-ports-all mailing list