23 lines
404 B
Makefile
23 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:45:34 sthen Exp $
|
|
|
|
COMMENT = Perl extension for decoding NTP server responses
|
|
|
|
DISTNAME = Net-NTP-1.5
|
|
CATEGORIES = net
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = net/p5-IO-Socket-INET6
|
|
|
|
# requires access to pool.ntp.org
|
|
TEST_IS_INTERACTIVE =Yes
|
|
|
|
.include <bsd.port.mk>
|