aboutsummaryrefslogtreecommitdiff
path: root/security/py-acme-tiny
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-08-31 13:11:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-08-31 13:11:54 +0000
commit190a8692674ad954d5bccb2e9d7aa82de41c017a (patch)
tree8a7c1ee7d00f5ec6be4a38dbb897c878a182142b /security/py-acme-tiny
parentdd72fc1d6a5efeec24a5d6ecfe619cf398e66084 (diff)
downloadports-190a8692674ad954d5bccb2e9d7aa82de41c017a.tar.gz
ports-190a8692674ad954d5bccb2e9d7aa82de41c017a.zip
Cleanup a few of my ports.
No functional changes.
Notes
Notes: svn path=/head/; revision=547179
Diffstat (limited to 'security/py-acme-tiny')
-rw-r--r--security/py-acme-tiny/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/py-acme-tiny/Makefile b/security/py-acme-tiny/Makefile
index d0c764253f3f..39d98b13859d 100644
--- a/security/py-acme-tiny/Makefile
+++ b/security/py-acme-tiny/Makefile
@@ -11,21 +11,22 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python shebangfix ssl
-SHEBANG_FILES= acme_tiny.py
USE_GITHUB= yes
GH_ACCOUNT= diafygi
-NO_BUILD= yes
+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
-PORTDOCS= README.md
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/acme_tiny.py ${STAGEDIR}${PREFIX}/bin/acme_tiny