diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 02:14:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 02:14:55 +0800 |
commit | cb19e66c5e0b0cc641e6e0c036d9beb4850c43fb (patch) | |
tree | 588a409b704c9cb69fdf68ca0fa9ad3e0261829c /math | |
parent | 175e4ae6abe72db7c775d29dcb31584ef204391b (diff) | |
download | freebsd-ports-gnome-cb19e66c5e0b0cc641e6e0c036d9beb4850c43fb.tar.gz freebsd-ports-gnome-cb19e66c5e0b0cc641e6e0c036d9beb4850c43fb.tar.zst freebsd-ports-gnome-cb19e66c5e0b0cc641e6e0c036d9beb4850c43fb.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Symbolic/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/p5-Math-Symbolic/Makefile b/math/p5-Math-Symbolic/Makefile index e08b117fbedc..6bedffe3f2a6 100644 --- a/math/p5-Math-Symbolic/Makefile +++ b/math/p5-Math-Symbolic/Makefile @@ -3,7 +3,7 @@ PORTNAME= Math-Symbolic PORTVERSION= 0.612 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SMUELLER @@ -18,7 +18,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= compile_yapp_parser.pl USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |