blob: 834f0a3ea1103bbcc010a2a1645648dec8680db7 (
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
42
43
44
45
46
|
PORTNAME= Crypt-CBCeasy
PORTVERSION= 0.24
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Easy things make really easy with Crypt::CBC
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-CBC>=0:security/p5-Crypt-CBC \
p5-MD5>=0:security/p5-MD5
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= DES IDEA BLOWFISH BLOWFISH_PP TWOFISH2 RIJNDAEL
OPTIONS_DEFAULT= DES IDEA BLOWFISH BLOWFISH_PP TWOFISH2 RIJNDAEL
DES_DESC= Build with Crypt::DES support
IDEA_DESC= Build with Crypt::IDEA support
BLOWFISH_DESC= Build with Crypt::Blowfish support
BLOWFISH_PP_DESC= Build with Crypt::Blowfish_PP support
TWOFISH2_DESC= Build with Crypt::Twofish2 support
RIJNDAEL_DESC= Build with Crypt::Rijndael support
DES_BUILD_DEPENDS= p5-Crypt-DES>=0:security/p5-Crypt-DES
DES_RUN_DEPENDS= p5-Crypt-DES>=0:security/p5-Crypt-DES
IDEA_BUILD_DEPENDS= p5-Crypt-IDEA>=0:security/p5-Crypt-IDEA
IDEA_RUN_DEPENDS= p5-Crypt-IDEA>=0:security/p5-Crypt-IDEA
BLOWFISH_BUILD_DEPENDS= p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish
BLOWFISH_RUN_DEPENDS= p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish
BLOWFISH_PP_BUILD_DEPENDS= p5-Crypt-Blowfish_PP>=0:security/p5-Crypt-Blowfish_PP
BLOWFISH_PP_RUN_DEPENDS= p5-Crypt-Blowfish_PP>=0:security/p5-Crypt-Blowfish_PP
TWOFISH2_BUILD_DEPENDS= p5-Crypt-Twofish2>=0:security/p5-Crypt-Twofish2
TWOFISH2_RUN_DEPENDS= p5-Crypt-Twofish2>=0:security/p5-Crypt-Twofish2
RIJNDAEL_BUILD_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael
RIJNDAEL_RUN_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael
.include <bsd.port.mk>
|