mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-LE
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Let's Encrypt API interfacing module
|
|
|
|
LICENSE= ART20
|
|
|
|
RUN_DEPENDS= p5-Crypt-Format>=0:security/p5-Crypt-Format \
|
|
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
|
|
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
|
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
|
|
p5-Net-SSLeay>=0:security/p5-Net-SSLeay
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|