freebsd-ports/cad/p5-Verilog-Perl/Makefile

27 lines
659 B
Makefile
Raw Normal View History

# Created by: Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
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= ART20 LGPL3
LICENSE_COMB= dual
LICENSE_FILE_ART20= ${WRKSRC}/COPYING
USES= bison:wrapper gmake perl5
USE_PERL5= configure
CONFIGURE_ENV= CXX=${CXX}\
CPP=${CPP}\
CC=${CC}
2014-06-01 16:19:13 +02:00
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>