diff options
author | mat <mat@FreeBSD.org> | 2016-03-01 22:40:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-01 22:40:41 +0800 |
commit | e8f7c3139f2766584a3b4dab381c3d35d88c9c26 (patch) | |
tree | 7de6942210e3fe295201cb8f55b1d4fe57b6a025 | |
parent | 1abd4fd0e284b9ef680aab140b3f1fa610e6234d (diff) | |
download | freebsd-ports-gnome-e8f7c3139f2766584a3b4dab381c3d35d88c9c26.tar.gz freebsd-ports-gnome-e8f7c3139f2766584a3b4dab381c3d35d88c9c26.tar.zst freebsd-ports-gnome-e8f7c3139f2766584a3b4dab381c3d35d88c9c26.zip |
USES=shebangfix.
Sponsored by: Absolight
-rw-r--r-- | security/py-acme-tiny/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-acme-tiny/Makefile b/security/py-acme-tiny/Makefile index 04abf2b355e1..50716202217b 100644 --- a/security/py-acme-tiny/Makefile +++ b/security/py-acme-tiny/Makefile @@ -3,6 +3,7 @@ PORTNAME= acme-tiny PORTVERSION= 0.0.g.2015.12.29 +PORTREVISION= 1 CATEGORIES= security python MAINTAINER= mat@FreeBSD.org @@ -11,8 +12,9 @@ COMMENT= Tiny script to issue and renew TLS certs from Let's Encrypt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python shebangfix USE_OPENSSL= yes +SHEBANG_FILES= acme_tiny.py USE_GITHUB= yes GH_ACCOUNT= diafygi |