diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-Iodef-Pb-Simple/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'devel/p5-Iodef-Pb-Simple/Makefile')
-rw-r--r-- | devel/p5-Iodef-Pb-Simple/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/devel/p5-Iodef-Pb-Simple/Makefile b/devel/p5-Iodef-Pb-Simple/Makefile index a5f60aec08e1..9d472bcf64b6 100644 --- a/devel/p5-Iodef-Pb-Simple/Makefile +++ b/devel/p5-Iodef-Pb-Simple/Makefile @@ -14,21 +14,21 @@ 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 +BUILD_DEPENDS= p5-Class-Accessor>=0.34:devel/p5-Class-Accessor \ + p5-Compress-Snappy>=0.18:archivers/p5-Compress-Snappy \ + p5-DateTime>=0.61:devel/p5-DateTime \ + p5-DateTime-Format-DateParse>=0.05:devel/p5-DateTime-Format-DateParse \ + p5-Google-ProtocolBuffers>=0.08:devel/p5-Google-ProtocolBuffers \ + p5-HTML-Table>=2.08:www/p5-HTML-Table \ + p5-JSON-XS>=2.29:converters/p5-JSON-XS \ + p5-MIME-Base64>=0.08:converters/p5-MIME-Base64 \ + p5-Module-Install>=1.00:devel/p5-Module-Install \ + p5-OSSP-uuid>=1.6.2:misc/p5-OSSP-uuid \ + p5-Parse-Range>=0.96:math/p5-Parse-Range \ + p5-Regexp-Common>=2010010201:textproc/p5-Regexp-Common \ + p5-Regexp-Common-net-CIDR>=0.02:textproc/p5-Regexp-Common-net-CIDR \ + p5-Snort-Rule>=1.07:security/p5-Snort-Rule \ + p5-Text-Table>=1.126:textproc/p5-Text-Table RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |