24 lines
527 B
Makefile
24 lines
527 B
Makefile
COMMENT = Let's Encrypt API interfacing module and client
|
|
|
|
DISTNAME = Crypt-LE-0.39
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://github.com/do-know/Crypt-LE
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = converters/p5-Convert-ASN1>=0.2 \
|
|
converters/p5-JSON-MaybeXS>=1.003005 \
|
|
devel/p5-Log-Log4perl>=1.27 \
|
|
security/p5-Crypt-OpenSSL-Bignum>=0.06 \
|
|
security/p5-Crypt-OpenSSL-RSA>=0.28 \
|
|
security/p5-IO-Socket-SSL>=1.42 \
|
|
security/p5-Net-SSLeay>=1.55
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|