diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-07-27 17:04:44 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-07-27 17:04:44 +0000 |
commit | e78e8b3030f285ad96aa077c4272e92382a037b2 (patch) | |
tree | 2a90c11118040206558158b32ed20bc5a2c7fa24 /cad/p5-Verilog-Perl | |
parent | 93178b97c50aaa586e977ca9f5fc5c3f569f090f (diff) |
Notes
Diffstat (limited to 'cad/p5-Verilog-Perl')
-rw-r--r-- | cad/p5-Verilog-Perl/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cad/p5-Verilog-Perl/Makefile b/cad/p5-Verilog-Perl/Makefile index 166782690a27..ef676c8a61e1 100644 --- a/cad/p5-Verilog-Perl/Makefile +++ b/cad/p5-Verilog-Perl/Makefile @@ -7,9 +7,11 @@ CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= otacilio.neto@ee.ufcg.edu.br +MAINTAINER= otacilio.neto@bsd.com.br COMMENT= Building point for Verilog support in the Perl language +LICENSE= LGPL3 + BUILD_DEPENDS= flex>=2.5.35:textproc/flex USES= bison gmake perl5 @@ -18,12 +20,11 @@ CONFIGURE_ENV= CXX=${CXX}\ CPP=${CPP}\ CC=${CC} -.include <bsd.port.pre.mk> - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Preproc/*.so regression-test: build make test -C ${WRKSRC} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |