2019-12-23 14:16:23 +01:00
|
|
|
PORTNAME= App-Acmeman
|
2020-07-23 10:26:30 +02:00
|
|
|
PORTVERSION= 3.05
|
2019-12-23 14:16:23 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Automatic management of ACME (Let's Encrypt) SSL certificates
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://metacpan.org/release/App-Acmeman
|
2019-12-23 14:16:23 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
|
2020-07-23 10:26:30 +02:00
|
|
|
RUN_DEPENDS= p5-Apache-Config-Preproc>=1.04:www/p5-Apache-Config-Preproc \
|
2019-12-23 14:16:23 +01:00
|
|
|
p5-Apache-Defaults>=1.02:www/p5-Apache-Defaults \
|
|
|
|
p5-Config-Parser>=1.03:devel/p5-Config-Parser \
|
|
|
|
p5-Crypt-OpenSSL-PKCS10>=0.16:security/p5-Crypt-OpenSSL-PKCS10 \
|
2020-07-23 10:26:30 +02:00
|
|
|
p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \
|
2019-12-23 14:16:23 +01:00
|
|
|
p5-Crypt-OpenSSL-X509>=1.804:security/p5-Crypt-OpenSSL-X509 \
|
|
|
|
p5-DateTime-Format-Strptime>=1.42:devel/p5-DateTime-Format-Strptime \
|
2020-07-23 10:26:30 +02:00
|
|
|
p5-File-BackupCopy>=1.00:sysutils/p5-File-BackupCopy \
|
2019-12-23 14:16:23 +01:00
|
|
|
p5-LWP-Protocol-https>=6.04:www/p5-LWP-Protocol-https \
|
|
|
|
p5-Net-ACME2>=0.33:net/p5-Net-ACME2 \
|
|
|
|
p5-libwww>=6.05:www/p5-libwww
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
post-patch:
|
2020-07-23 10:26:30 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,/etc/acmeman\.conf,${PREFIX}&,' \
|
|
|
|
${WRKSRC}/acmeman ${WRKSRC}/lib/App/Acmeman.pm \
|
|
|
|
${WRKSRC}/lib/App/Acmeman/Source/Default.pm
|
2019-12-23 14:16:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|