svn commit: r387755 - head/math/p5-Math-Symbolic
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 18:14:56 UTC 2015
Author: amdmi3
Date: Thu May 28 18:14:55 2015
New Revision: 387755
URL: https://svnweb.freebsd.org/changeset/ports/387755
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/math/p5-Math-Symbolic/Makefile
Modified: head/math/p5-Math-Symbolic/Makefile
==============================================================================
--- head/math/p5-Math-Symbolic/Makefile Thu May 28 18:14:53 2015 (r387754)
+++ head/math/p5-Math-Symbolic/Makefile Thu May 28 18:14:55 2015 (r387755)
@@ -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>
More information about the svn-ports-all
mailing list