1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net/p5-Net-NTP/Makefile
Sunpoet Po-Chuan Hsieh 2cfe78561f Add missing PKGNAMEPREFIX
PR:		246063
Submitted by:	olivier
2020-05-01 05:02:24 +00:00

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>