mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
2cfe78561f
PR: 246063 Submitted by: olivier
21 lines
369 B
Makefile
21 lines
369 B
Makefile
# Created by: brd@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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>
|