39bde42feb
Changelog: https://github.com/diafygi/acme-tiny/releases/tag/5.0.3 Commit log: https://github.com/diafygi/acme-tiny/compare/5.0.2...5.0.3 PR: 295392 Reported by: Atanu Biswas <atanubiswas484@gmail.com> (maintainer) Approved by: osa, vvd (Mentors, implicit)
38 lines
709 B
Makefile
38 lines
709 B
Makefile
PORTNAME= acme-tiny
|
|
DISTVERSION= 5.0.3
|
|
CATEGORIES= security python
|
|
|
|
MAINTAINER= atanubiswas484@gmail.com
|
|
COMMENT= Tiny script to issue and renew TLS certs from Let's Encrypt
|
|
WWW= https://github.com/diafygi/acme-tiny
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python shebangfix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= diafygi
|
|
|
|
SHEBANG_FILES= acme_tiny.py
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/acme_tiny
|
|
|
|
PORTDOCS= README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/acme_tiny.py ${STAGEDIR}${PREFIX}/bin/acme_tiny
|
|
|
|
do-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|