freebsd-ports/net-mgmt/p5-RDR-Collector/Makefile
Mathieu Arnold 4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00

26 lines
564 B
Makefile

# Created by: Eugene Grosbein <eugen@FreeBSD.org>
# $FreeBSD$
PORTNAME= RDR-Collector
PORTVERSION= 1.0000
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN/RDR
PKGNAMEPREFIX= p5-
MAINTAINER= eugen@FreeBSD.org
COMMENT= Perl5 module to capture and process raw Cisco SCE RDRv1 packets
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= examples/*.pl
OPTIONS_DEFINE= EXAMPLES
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>