diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-13 02:47:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-13 02:47:43 +0800 |
commit | 7b338717bf92cdf652927d2b67a552f0e0162bb8 (patch) | |
tree | 07542021497ae284bb05913a07e4ba63929fa457 /graphics | |
parent | 4ed5aac2108d8ba1f8a89becb152c427dbde4878 (diff) | |
download | freebsd-ports-gnome-7b338717bf92cdf652927d2b67a552f0e0162bb8.tar.gz freebsd-ports-gnome-7b338717bf92cdf652927d2b67a552f0e0162bb8.tar.zst freebsd-ports-gnome-7b338717bf92cdf652927d2b67a552f0e0162bb8.zip |
- Update USE_PERL5
- Use USES=tar:tgz
- Simplify Makefile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index ee95a4204108..386500e20729 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -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:${PORTSDIR}/devel/p5-Test-Pod \ 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> |