mirror of https://git.FreeBSD.org/ports.git
cad/p5-Verilog-Perl: Update 3.478 => 3.482
Changelog: https://github.com/veripool/verilog-perl/blob/v3.482/Changes + Add WWW for source code repository. * Sort CONFIGURE_ENV. PR: 286409 Approved by: otacilio.neto@bsd.com.br (maintainer, timeout > 1 month)
This commit is contained in:
parent
8e5f53e29c
commit
888745e362
|
@ -1,12 +1,13 @@
|
|||
PORTNAME= Verilog-Perl
|
||||
PORTVERSION= 3.478
|
||||
PORTVERSION= 3.482
|
||||
CATEGORIES= cad perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= otacilio.neto@bsd.com.br
|
||||
COMMENT= Building point for Verilog support in the Perl language
|
||||
WWW= https://www.veripool.org/wiki/verilog-perl
|
||||
WWW= https://www.veripool.org/wiki/verilog-perl/ \
|
||||
https://github.com/veripool/verilog-perl/
|
||||
|
||||
LICENSE= ART20 LGPL3
|
||||
LICENSE_COMB= dual
|
||||
|
@ -14,9 +15,9 @@ LICENSE_FILE_ART20= ${WRKSRC}/COPYING
|
|||
|
||||
USES= bison:wrapper gmake perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ENV= CXX=${CXX}\
|
||||
CPP=${CPP}\
|
||||
CC=${CC}
|
||||
CONFIGURE_ENV= CC=${CC} \
|
||||
CPP=${CPP} \
|
||||
CXX=${CXX}
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1634810863
|
||||
SHA256 (Verilog-Perl-3.478.tar.gz) = 221fccecb90a5a6509e5d46fcb85dabb4326ce330398cc55b09583999e0b979c
|
||||
SIZE (Verilog-Perl-3.478.tar.gz) = 612531
|
||||
TIMESTAMP = 1745821699
|
||||
SHA256 (Verilog-Perl-3.482.tar.gz) = bf4da40065deebb0544a1348614bb883f74ee9eacf3e0c46e89ce010c1a48d3e
|
||||
SIZE (Verilog-Perl-3.482.tar.gz) = 647738
|
||||
|
|
Loading…
Reference in New Issue