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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Natural language date/time parser written in pure Ruby
WWW=		https://github.com/mojombo/chronic

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>