summaryrefslogtreecommitdiff
path: root/net/rubygem-net-ntp/Makefile
blob: 8070e0fb6b606c1ce50ae1e3792ae301a6642061 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	net-ntp
PORTVERSION=	2.1.3
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Implementation of the NTP protocol
WWW=		https://github.com/zencoder/net-ntp

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>