aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-02-16 17:31:26 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-02-16 17:31:26 +0800
commitf397b45a0c0f520bbc302dee4c0e65ad913e5971 (patch)
tree9b49a4b297ef76d51a971de4d659f3088e38460f /cad
parent664adc18f151c07cae14bcd4c21b4fd55f4679db (diff)
downloadfreebsd-ports-gnome-f397b45a0c0f520bbc302dee4c0e65ad913e5971.tar.gz
freebsd-ports-gnome-f397b45a0c0f520bbc302dee4c0e65ad913e5971.tar.zst
freebsd-ports-gnome-f397b45a0c0f520bbc302dee4c0e65ad913e5971.zip
- Fix LICENSE
- Add LICENSE_FILE - Silence stripping - Update WWW Approved by: portmgr blanket
Diffstat (limited to 'cad')
-rw-r--r--cad/p5-Verilog-Perl/Makefile8
-rw-r--r--cad/p5-Verilog-Perl/pkg-descr2
2 files changed, 6 insertions, 4 deletions
diff --git a/cad/p5-Verilog-Perl/Makefile b/cad/p5-Verilog-Perl/Makefile
index bba6a7b18bc5..7e14e963c750 100644
--- a/cad/p5-Verilog-Perl/Makefile
+++ b/cad/p5-Verilog-Perl/Makefile
@@ -10,7 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= otacilio.neto@bsd.com.br
COMMENT= Building point for Verilog support in the Perl language
-LICENSE= LGPL3
+LICENSE= ART20 LGPL3
+LICENSE_COMB= dual
+LICENSE_FILE_ART20= ${WRKSRC}/COPYING
BUILD_DEPENDS= flex>=2.5.35:textproc/flex
@@ -21,7 +23,7 @@ CONFIGURE_ENV= CXX=${CXX}\
CC=${CC}
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Preproc/*.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Preproc/*.so
.include <bsd.port.mk>
diff --git a/cad/p5-Verilog-Perl/pkg-descr b/cad/p5-Verilog-Perl/pkg-descr
index fa9315cdf53c..69719b466c56 100644
--- a/cad/p5-Verilog-Perl/pkg-descr
+++ b/cad/p5-Verilog-Perl/pkg-descr
@@ -16,4 +16,4 @@ language. It includes:
edit this list, changing as many symbols as you wish. Vrename is then run a
second time to apply the changes.
-WWW: http://www.veripool.org/wiki/verilog-perl
+WWW: https://www.veripool.org/wiki/verilog-perl