freebsd-ports/devel/p5-Iodef-Pb-Simple/Makefile
Frederic Culot 2ff1d320d7 Iodef::Pb::Simple is a Perl extension providing high level API access to
Iodef::Pb, which is useful to an array of IODEF protocol buffer objects
into things like tab-delimited tables, csv, and snort rules.

WWW: http://search.cpan.org/dist/Iodef-Pb-Simple/

PR:		ports/187095
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
2014-03-17 17:39:30 +00:00

36 lines
1.3 KiB
Makefile

# $FreeBSD$
PORTNAME= Iodef-Pb-Simple
PORTVERSION= 0.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/iodef
PKGNAMEPREFIX= p5-
MAINTAINER= pauls@utdallas.edu
COMMENT= Perl extension providing high level API access to Iodef-Pb
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Compress-Snappy>=0.18:${PORTSDIR}/archivers/p5-Compress-Snappy \
p5-DateTime>=0.61:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-DateParse>=0.05:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
p5-Google-ProtocolBuffers>=0.08:${PORTSDIR}/devel/p5-Google-ProtocolBuffers \
p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \
p5-JSON-XS>=2.29:${PORTSDIR}/converters/p5-JSON-XS \
p5-MIME-Base64>=0.08:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-Module-Install>=1.00:${PORTSDIR}/devel/p5-Module-Install \
p5-OSSP-uuid>=1.6.2:${PORTSDIR}/misc/p5-OSSP-uuid \
p5-Parse-Range>=0.96:${PORTSDIR}/math/p5-Parse-Range \
p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common \
p5-Regexp-Common-net-CIDR>=0.02:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \
p5-Snort-Rule>=1.07:${PORTSDIR}/security/p5-Snort-Rule \
p5-Text-Table>=1.126:${PORTSDIR}/textproc/p5-Text-Table
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>