aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA-Parse/Makefile
blob: 656328b7b2ee96227e91f87f825523c030c828ad (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

PORTNAME=	Crypt-RSA-Parse
PORTVERSION=	0.044
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	pi@FreeBSD.org
COMMENT=	Parse RSA keys

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-Class-Accessor>=0.34:devel/p5-Class-Accessor \
		p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
		p5-Crypt-Format>=0.06:security/p5-Crypt-Format
TEST_DEPENDS=	p5-Test-NoWarnings>=0.01:devel/p5-Test-NoWarnings

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>