diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-30 12:24:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-30 12:24:46 +0000 |
commit | 552751cf2f45486a592600fb79126ac24cf54d57 (patch) | |
tree | 1bc91a6d49e1c3c083528d0079514d6943904bdf /deskutils/p5-Goo/Makefile | |
parent | 817f9598c541abd56a1af7e62092c4a8bdb29ca0 (diff) | |
download | ports-552751cf2f45486a592600fb79126ac24cf54d57.tar.gz ports-552751cf2f45486a592600fb79126ac24cf54d57.zip |
Notes
Diffstat (limited to 'deskutils/p5-Goo/Makefile')
-rw-r--r-- | deskutils/p5-Goo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/p5-Goo/Makefile b/deskutils/p5-Goo/Makefile index 4c412851f3e2..3d2ed8c2387a 100644 --- a/deskutils/p5-Goo/Makefile +++ b/deskutils/p5-Goo/Makefile @@ -3,7 +3,7 @@ PORTNAME= Goo PORTVERSION= 0.09 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,7 +27,9 @@ BUILD_DEPENDS= p5-Config-Auto>=0:${PORTSDIR}/devel/p5-Config-Auto \ p5-Text-FormatTable>=0:${PORTSDIR}/textproc/p5-Text-FormatTable RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= lib/Goo/Thing/*/*.pl USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |