2020-07-03 21:44:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:45:34 sthen Exp $
|
2010-12-04 15:18:18 +00:00
|
|
|
|
|
|
|
COMMENT = Perl extension for decoding NTP server responses
|
|
|
|
|
2015-09-07 05:29:58 +00:00
|
|
|
DISTNAME = Net-NTP-1.5
|
2010-12-04 15:18:18 +00:00
|
|
|
CATEGORIES = net
|
2020-07-03 21:44:29 +00:00
|
|
|
REVISION = 0
|
2010-12-04 15:18:18 +00:00
|
|
|
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2010-12-04 15:18:18 +00:00
|
|
|
|
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2010-12-04 15:18:18 +00:00
|
|
|
|
2011-07-19 20:03:26 +00:00
|
|
|
RUN_DEPENDS = net/p5-IO-Socket-INET6
|
|
|
|
|
|
|
|
# requires access to pool.ntp.org
|
2013-03-11 11:35:43 +00:00
|
|
|
TEST_IS_INTERACTIVE =Yes
|
2010-12-04 15:18:18 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|