diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:12:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:12:35 +0800 |
commit | 12e20b0674c48f693a78fe456f8afcfb71b9685b (patch) | |
tree | cb5f589849208faeb4439a9e84ed872d37762a4e /cad/p5-Verilog-Perl | |
parent | 8d3ae674ceb081425ad7cc938389bcae62407b66 (diff) | |
download | freebsd-ports-gnome-12e20b0674c48f693a78fe456f8afcfb71b9685b.tar.gz freebsd-ports-gnome-12e20b0674c48f693a78fe456f8afcfb71b9685b.tar.zst freebsd-ports-gnome-12e20b0674c48f693a78fe456f8afcfb71b9685b.zip |
Convert to new perl framework
Submitted by: az
Diffstat (limited to 'cad/p5-Verilog-Perl')
-rw-r--r-- | cad/p5-Verilog-Perl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/p5-Verilog-Perl/Makefile b/cad/p5-Verilog-Perl/Makefile index afa0b93e1d10..9783d6d5f51b 100644 --- a/cad/p5-Verilog-Perl/Makefile +++ b/cad/p5-Verilog-Perl/Makefile @@ -12,11 +12,8 @@ COMMENT= Building point for Verilog support in the Perl language BUILD_DEPENDS= flex>=2.5.35:${PORTSDIR}/textproc/flex -USE_GMAKE= yes -USE_PERL5= yes -USES= bison - -PERL_CONFIGURE= yes +USES= bison gmake perl5 +USE_PERL5= configure MAN1= vhier.1 vpassert.1 vppreproc.1 vrename.1 |