aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Symbolic
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-28 18:14:55 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-28 18:14:55 +0000
commit51fba326c5aafb522cdeb324400e594353564e09 (patch)
tree588a409b704c9cb69fdf68ca0fa9ad3e0261829c /math/p5-Math-Symbolic
parenta4ba9d801c24bf3d3dae3d6cd87240c5eb007864 (diff)
Notes
Diffstat (limited to 'math/p5-Math-Symbolic')
-rw-r--r--math/p5-Math-Symbolic/Makefile6
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>