forked from Lainports/opnsense-ports
17 lines
339 B
Makefile
17 lines
339 B
Makefile
PORTNAME= timeliness
|
|
PORTVERSION= 0.4.5
|
|
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>
|