aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Protocol-ACME/Makefile
blob: 8bc9e96d5f5892aeaea499169435eb7c5616aa6b (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
PORTNAME=	Protocol-ACME
PORTVERSION=	0.16
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SLUDIN
PKGNAMEPREFIX=	p5-

MAINTAINER=	pi@FreeBSD.org
COMMENT=	Interface to the Let's Encrypt ACME API

LICENSE=	ART20

RUN_DEPENDS=	p5-Crypt-Format>=0.06:security/p5-Crypt-Format \
		p5-Crypt-OpenSSL-Bignum>=0.06:security/p5-Crypt-OpenSSL-Bignum \
		p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \
		p5-Crypt-RSA-Parse>=0.041:security/p5-Crypt-RSA-Parse \
		p5-HTTP-Tiny>=0.050:www/p5-HTTP-Tiny \
		p5-Log-Any>=1.032:devel/p5-Log-Any \
		p5-JSON>=2.90:converters/p5-JSON \
		p5-libwww>=6.13:www/p5-libwww \
		p5-Net-SSLeay>=1.49:security/p5-Net-SSLeay

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>