2016-02-10 20:34:24 +01:00
|
|
|
# Created by: Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
|
2009-05-26 13:01:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Verilog-Perl
|
2016-02-10 20:34:24 +01:00
|
|
|
PORTVERSION= 3.418
|
2009-05-26 13:01:39 +02:00
|
|
|
CATEGORIES= cad perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2016-07-27 19:04:44 +02:00
|
|
|
MAINTAINER= otacilio.neto@bsd.com.br
|
2009-05-26 13:01:39 +02:00
|
|
|
COMMENT= Building point for Verilog support in the Perl language
|
|
|
|
|
2016-07-27 19:04:44 +02:00
|
|
|
LICENSE= LGPL3
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
BUILD_DEPENDS= flex>=2.5.35:textproc/flex
|
2009-07-15 02:42:29 +02:00
|
|
|
|
2013-09-17 08:12:35 +02:00
|
|
|
USES= bison gmake perl5
|
|
|
|
USE_PERL5= configure
|
2014-06-27 20:59:28 +02:00
|
|
|
CONFIGURE_ENV= CXX=${CXX}\
|
|
|
|
CPP=${CPP}\
|
|
|
|
CC=${CC}
|
2009-05-26 13:01:39 +02:00
|
|
|
|
2014-06-01 16:19:13 +02:00
|
|
|
post-install:
|
2014-11-26 14:08:24 +01:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so
|
2016-07-27 19:04:44 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Preproc/*.so
|
2009-05-26 13:01:39 +02:00
|
|
|
|
2016-07-27 19:04:44 +02:00
|
|
|
.include <bsd.port.mk>
|