aboutsummaryrefslogtreecommitdiff
path: root/cad/p5-Verilog-Perl
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-07-27 17:04:44 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-07-27 17:04:44 +0000
commite78e8b3030f285ad96aa077c4272e92382a037b2 (patch)
tree2a90c11118040206558158b32ed20bc5a2c7fa24 /cad/p5-Verilog-Perl
parent93178b97c50aaa586e977ca9f5fc5c3f569f090f (diff)
downloadports-e78e8b3030f285ad96aa077c4272e92382a037b2.tar.gz
ports-e78e8b3030f285ad96aa077c4272e92382a037b2.zip
- Change maintainer email [1]
- Add LICENSE info [1] - Strip more binaries [1] - No need to include bsd.port.pre.mk PR: 210844 [1] Submitted by: otacilio.neto@bsd.com.br (maintainer)
Notes
Notes: svn path=/head/; revision=419189
Diffstat (limited to 'cad/p5-Verilog-Perl')
-rw-r--r--cad/p5-Verilog-Perl/Makefile9
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>