summaryrefslogtreecommitdiff
path: root/devel/rubygem-timeliness/Makefile
blob: 8fafd8a532453652c066a07cb9faf617cd500d64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	timeliness
PORTVERSION=	0.5.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Fast date/time parser with customisable formats, timezone and I18n support
WWW=		https://github.com/adzap/timeliness

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>