bda1b61c75
This module exports a single method (get_ntp_response) and returns an associative array based upon RFC1305 and RFC2030. The response from the server is "humanized" to a point that further processing of th information received from the server can be manipulated. ok jasper@, giovanni@
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/04 15:18:18 benoit Exp $
|
|
|
|
COMMENT = Perl extension for decoding NTP server responses
|
|
|
|
DISTNAME = Net-NTP-1.2
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
MODCPAN_EXAMPLES_DIST = eg
|
|
|
|
.include <bsd.port.mk>
|