summaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-RSA/Makefile
blob: abfec77645f624567788d11e65f5f24359a9ffbd (plain)
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: Michael Haro <mharo@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Crypt-RSA
PORTVERSION=	1.99
PORTREVISION=	2
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	RSA public-key cryptosystem

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

BUILD_DEPENDS=	p5-Class-Loader>=2.00: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>=0:security/p5-Crypt-CBC \
		p5-Crypt-Primes>=0.38:security/p5-Crypt-Primes \
		p5-Crypt-Random>=0.34:security/p5-Crypt-Random \
		p5-Data-Buffer>=0:misc/p5-Data-Buffer \
		p5-Digest-MD2>=0:security/p5-Digest-MD2 \
		p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
		p5-Math-Pari>=2.001804:math/p5-Math-Pari \
		p5-Sort-Versions>=0:devel/p5-Sort-Versions \
		p5-Tie-EncryptedHash>=0:security/p5-Tie-EncryptedHash
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
OpenPOWER on IntegriCloud