aboutsummaryrefslogtreecommitdiff
path: root/net/ntpsec/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-06-29 03:35:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-06-29 03:35:37 +0000
commit1de291090d9121f4d238a639b441f64372c239c1 (patch)
tree2cc9ae598c7e8f7bd10150345c1ea45af7ec8206 /net/ntpsec/Makefile
parente35921a8ccafb8df7aaa5d4cf84085d52f62785c (diff)
downloadports-1de291090d9121f4d238a639b441f64372c239c1.tar.gz
ports-1de291090d9121f4d238a639b441f64372c239c1.zip
Notes
Diffstat (limited to 'net/ntpsec/Makefile')
-rw-r--r--net/ntpsec/Makefile19
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>