diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 18:14:55 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 18:14:55 +0000 |
| commit | 51fba326c5aafb522cdeb324400e594353564e09 (patch) | |
| tree | 588a409b704c9cb69fdf68ca0fa9ad3e0261829c /math/p5-Math-Symbolic | |
| parent | a4ba9d801c24bf3d3dae3d6cd87240c5eb007864 (diff) | |
Notes
Diffstat (limited to 'math/p5-Math-Symbolic')
| -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> |
