Import security/py-yara version 3.4.0
[dports.git] / databases / p5-BSON / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       BSON
5 PORTVERSION=    0.11
6 PORTREVISION=   1
7 CATEGORIES=     databases perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:MINIMAL
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     sunpoet@FreeBSD.org
13 COMMENT=        Pure Perl implementation of MongoDB BSON serialization
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 BUILD_DEPENDS=  p5-Math-Int64>=0:${PORTSDIR}/math/p5-Math-Int64 \
19                 p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21 TEST_DEPENDS=   p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
22                 p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
23                 p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
24
25 USE_PERL5=      configure
26 USES=           perl5
27
28 .include <bsd.port.mk>