mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
26 lines
552 B
Makefile
26 lines
552 B
Makefile
# Created by: Eugene Grosbein <eugen@FreeBSD.org>
|
|
|
|
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>
|