1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix LICENSE

- Add LICENSE_FILE
- Silence stripping
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2020-02-16 09:31:26 +00:00
parent 664adc18f1
commit f397b45a0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526258
2 changed files with 6 additions and 4 deletions

View File

@ -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>

View File

@ -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