diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-29 03:35:37 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-29 03:35:37 +0000 |
commit | 1de291090d9121f4d238a639b441f64372c239c1 (patch) | |
tree | 2cc9ae598c7e8f7bd10150345c1ea45af7ec8206 /net/ntpsec/Makefile | |
parent | e35921a8ccafb8df7aaa5d4cf84085d52f62785c (diff) | |
download | ports-1de291090d9121f4d238a639b441f64372c239c1.tar.gz ports-1de291090d9121f4d238a639b441f64372c239c1.zip |
Notes
Diffstat (limited to 'net/ntpsec/Makefile')
-rw-r--r-- | net/ntpsec/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ntpsec/Makefile b/net/ntpsec/Makefile new file mode 100644 index 000000000000..dfdc08c33218 --- /dev/null +++ b/net/ntpsec/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= ntpsec +DISTVERSION= 1.1.4 +CATEGORIES= net + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Network Time Protocol suite, refactored + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= bison gettext-runtime python:2.7 shebangfix ssl waf # python-3.6 has 2 issues: plist differences, and terminal-related failure: https://gitlab.com/NTPsec/ntpsec/issues/599 +SHEBANG_FILES= ${WRKSRC}/ntpclients/ntp*.py +USE_GITLAB= yes +GL_ACCOUNT= NTPsec +GL_COMMIT= 79cd18fc56fc902c3a7fd78bcc32ee72f52eb396 + +.include <bsd.port.mk> |