diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-03 21:42:40 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-03 21:42:40 +0000 |
commit | a920e3b7086a324d605464ad527c1a403952c0b4 (patch) | |
tree | 2843fdd34a2b7977f5f09c8a6f06417925c697ee /cad/p5-Verilog-Perl | |
parent | e324ec30994687a13f1eb62f9929556b9d2e114d (diff) | |
download | ports-a920e3b7086a324d605464ad527c1a403952c0b4.tar.gz ports-a920e3b7086a324d605464ad527c1a403952c0b4.zip |
Notes
Diffstat (limited to 'cad/p5-Verilog-Perl')
-rw-r--r-- | cad/p5-Verilog-Perl/Makefile | 3 | ||||
-rw-r--r-- | cad/p5-Verilog-Perl/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/cad/p5-Verilog-Perl/Makefile b/cad/p5-Verilog-Perl/Makefile index 7d278e74d71f..afa0b93e1d10 100644 --- a/cad/p5-Verilog-Perl/Makefile +++ b/cad/p5-Verilog-Perl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Verilog-Perl -PORTVERSION= 3.316 +PORTVERSION= 3.400 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,6 +34,7 @@ MAN3= Verilog::EditFiles.3 Verilog::Netlist::Logger.3 \ post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/ s/ vsplitmodule//' \ ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile.PL post-configure: .if ${OSVERSION} < 700042 diff --git a/cad/p5-Verilog-Perl/distinfo b/cad/p5-Verilog-Perl/distinfo index 3edca9a04f6c..50be6160d4bc 100644 --- a/cad/p5-Verilog-Perl/distinfo +++ b/cad/p5-Verilog-Perl/distinfo @@ -1,2 +1,2 @@ -SHA256 (Verilog-Perl-3.316.tar.gz) = b45f56ffa1c7f0e3f4f9470f0203c75145641eb75d3e8e0b683992ab929242b9 -SIZE (Verilog-Perl-3.316.tar.gz) = 550710 +SHA256 (Verilog-Perl-3.400.tar.gz) = e6f33d5c0346f56ba96fa9964dd75734e1315dff8dfce55f0b31f33a6210f69b +SIZE (Verilog-Perl-3.400.tar.gz) = 558455 |