mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
02ff99a147
Approved by: portmgr (blanket)
28 lines
641 B
Makefile
28 lines
641 B
Makefile
# 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@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
|
|
USE_PERL5= configure
|
|
CONFIGURE_ENV= CXX=${CXX}\
|
|
CPP=${CPP}\
|
|
CC=${CC}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Parser/*.so
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Verilog/Preproc/*.so
|
|
|
|
.include <bsd.port.mk>
|