mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f13fc84959
Approved by: swills (mentor) Sponsored by: Netflix
20 lines
345 B
Makefile
20 lines
345 B
Makefile
# Created by: brd@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-NTP
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for decoding NTP server responses
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Net/NTP.pm \
|
|
%%PERL5_MAN3%%/Net::NTP.3.gz
|
|
|
|
.include <bsd.port.mk>
|