Import security/py-yara version 3.4.0
[dports.git] / databases / p5-DBIx-Class-EncodedColumn / Makefile
1 # Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       DBIx-Class-EncodedColumn
5 PORTVERSION=    0.00013
6 PORTREVISION=   1
7 CATEGORIES=     databases perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Automatically encode columns
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
18                 p5-SQL-Translator>=0.09.003:${PORTSDIR}/databases/p5-SQL-Translator \
19                 p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21 TEST_DEPENDS=   p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
22                 p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self \
23                 p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
24
25 USES=           perl5
26 USE_PERL5=      configure
27
28 OPTIONS_DEFINE= BLOWFISH OPENPGP
29 OPTIONS_DEFAULT=BLOWFISH OPENPGP
30 BLOWFISH_DESC=  Blowfish support
31 OPENPGP_DESC=   Crypt::OpenPGP (gpg) support
32
33 BLOWFISH_BUILD_DEPENDS= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
34 BLOWFISH_RUN_DEPENDS=   p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
35 OPENPGP_BUILD_DEPENDS=  p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP \
36                         p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP
37 OPENPGP_RUN_DEPENDS=    p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP \
38                         p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP
39
40 .include <bsd.port.mk>