diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-10 19:34:24 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-10 19:34:24 +0000 |
commit | 921981528a40ea0ac372d8b7f897c8c26ed79ba4 (patch) | |
tree | 9cd6bfd2e2b775da8e8273b85849704ed3eb26f6 /cad/p5-Verilog-Perl/Makefile | |
parent | 9f347440a2c7e9f605ba8079d0d74e1d71f6df58 (diff) | |
download | ports-921981528a40ea0ac372d8b7f897c8c26ed79ba4.tar.gz ports-921981528a40ea0ac372d8b7f897c8c26ed79ba4.zip |
cad/p5-Verilog-Perl: 3.404 -> 3.418
Changes:
http://cpansearch.perl.org/src/WSNYDER/Verilog-Perl-3.418/Changes
Removed dependency of gcc. Now, p5-Verilog-Perl compiles with clang.
PR: 207050
Submitted by: otacilio.neto@ee.ufcg.edu.br (maintainer)
Notes
Notes:
svn path=/head/; revision=408645
Diffstat (limited to 'cad/p5-Verilog-Perl/Makefile')
-rw-r--r-- | cad/p5-Verilog-Perl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/p5-Verilog-Perl/Makefile b/cad/p5-Verilog-Perl/Makefile index 2d7115e4b5d5..247981d4d8be 100644 --- a/cad/p5-Verilog-Perl/Makefile +++ b/cad/p5-Verilog-Perl/Makefile @@ -1,9 +1,8 @@ -# Created by: Otacilio de Araujo Ramos Neto <otacilio.neto@ee.ufcg.edu.br> +# Created by: Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> # $FreeBSD$ PORTNAME= Verilog-Perl -PORTVERSION= 3.404 -PORTREVISION= 1 +PORTVERSION= 3.418 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +14,6 @@ BUILD_DEPENDS= flex>=2.5.35:${PORTSDIR}/textproc/flex USES= bison gmake perl5 USE_PERL5= configure -USE_GCC= any CONFIGURE_ENV= CXX=${CXX}\ CPP=${CPP}\ CC=${CC} |