blob: 166782690a2770a2f7e694110821e900c6d93760 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
# $FreeBSD$
PORTNAME= Verilog-Perl
PORTVERSION= 3.418
CATEGORIES= cad perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= otacilio.neto@ee.ufcg.edu.br
COMMENT= Building point for Verilog support in the Perl language
BUILD_DEPENDS= flex>=2.5.35:textproc/flex
USES= bison gmake perl5
USE_PERL5= configure
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
regression-test: build
make test -C ${WRKSRC}
.include <bsd.port.post.mk>
|