opnsense-ports/net/p5-Net-NTP/Makefile
Franco Fichtner 47c10d4683 */*: sync with upstream
Taken from: HardenedBSD
2018-08-13 02:34:52 +02:00

19 lines
350 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_REL}/Net/NTP.pm \
${SITE_MAN3_REL}/Net::NTP.3.gz
.include <bsd.port.mk>