mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup makefile 1.0
|
|
PortGroup openssl 1.0
|
|
|
|
github.setup twekkel htpdate 2.0.2 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
categories net
|
|
license GPL-2+
|
|
platforms {darwin >= 17}
|
|
maintainers nomaintainer
|
|
|
|
description Network time synchronization over remote web servers
|
|
long_description ${description}.
|
|
|
|
homepage https://www.vervest.org/htp/
|
|
master_sites-append ${homepage}archive/c/
|
|
|
|
checksums rmd160 81a03e53bbe6fa3562b11431fabbdc0f7d08ada8 \
|
|
sha256 3f5effa9355db140ef8ace6d17800d48815d1afdcef9d1096510451839dd8de4 \
|
|
size 18730
|
|
|
|
compiler.c_standard 2011
|
|
|
|
makefile.has_destdir no
|
|
makefile.prefix_name prefix
|
|
|
|
makefile.override-append \
|
|
PREFIX
|
|
|
|
build.target https
|
|
|
|
destroot.destdir-append STRIP=/usr/bin/strip
|