diff options
-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 |