aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-EncodedColumn/Makefile
blob: 5413ae219761f4c2151ff2728297747c0a386a16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>

PORTNAME=	DBIx-Class-EncodedColumn
PORTVERSION=	0.00020
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Automatically encode columns

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-DBIx-Class>=0.06002:databases/p5-DBIx-Class \
		p5-SQL-Translator>=0.09.003:databases/p5-SQL-Translator \
		p5-Sub-Name>=0.04:devel/p5-Sub-Name
TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
		p5-Dir-Self>=0:devel/p5-Dir-Self \
		p5-Test-Exception>=0:devel/p5-Test-Exception

USES=		perl5
USE_PERL5=	modbuildtiny

NO_ARCH=	yes

OPTIONS_DEFINE=	BLOWFISH OPENPGP
OPTIONS_DEFAULT=BLOWFISH OPENPGP
BLOWFISH_DESC=	Blowfish support
OPENPGP_DESC=	Crypt::OpenPGP (gpg) support

BLOWFISH_BUILD_DEPENDS=	p5-Crypt-Eksblowfish>=0:security/p5-Crypt-Eksblowfish
BLOWFISH_RUN_DEPENDS=	p5-Crypt-Eksblowfish>=0:security/p5-Crypt-Eksblowfish
OPENPGP_BUILD_DEPENDS=	p5-Crypt-CAST5_PP>=0:security/p5-Crypt-CAST5_PP \
			p5-Crypt-OpenPGP>=0:security/p5-Crypt-OpenPGP
OPENPGP_RUN_DEPENDS=	p5-Crypt-CAST5_PP>=0:security/p5-Crypt-CAST5_PP \
			p5-Crypt-OpenPGP>=0:security/p5-Crypt-OpenPGP

.include <bsd.port.mk>