forked from Lainports/opnsense-ports
18 lines
369 B
Makefile
18 lines
369 B
Makefile
PORTNAME= Net-NTP
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for decoding NTP server responses
|
|
WWW= https://metacpan.org/release/Net-NTP
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
PLIST_FILES= ${SITE_PERL_REL}/Net/NTP.pm \
|
|
${SITE_MAN3_REL}/Net::NTP.3.gz
|
|
|
|
.include <bsd.port.mk>
|