aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Alt-Crypt-RSA-BigInt/Makefile
blob: ffe42d077d1340456820330fca0898e065b88211 (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
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	Alt-Crypt-RSA-BigInt
PORTVERSION=	0.06
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DANAJ
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	RSA public-key cryptosystem, using Math::BigInt

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

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-Loader>=0:devel/p5-Class-Loader \
		p5-Convert-ASCII-Armour>=0:converters/p5-Convert-ASCII-Armour \
		p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish \
		p5-Crypt-CBC>=2.17:security/p5-Crypt-CBC \
		p5-Data-Buffer>=0:misc/p5-Data-Buffer \
		p5-Digest-MD2>=0:security/p5-Digest-MD2 \
		p5-Math-BigInt-GMP>=0:math/p5-Math-BigInt-GMP \
		p5-Math-Prime-Util>=0.64:math/p5-Math-Prime-Util \
		p5-Math-Prime-Util-GMP>=0:math/p5-Math-Prime-Util-GMP \
		p5-Sort-Versions>=0:devel/p5-Sort-Versions \
		p5-Tie-EncryptedHash>=0:security/p5-Tie-EncryptedHash

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>