23 lines
488 B
Makefile
23 lines
488 B
Makefile
|
# New ports collection makefile for: rubygem-chronic
|
||
|
# Date created: 7 April 2009
|
||
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= chronic
|
||
|
PORTVERSION= 0.2.3
|
||
|
CATEGORIES= devel rubygems
|
||
|
MASTER_SITES= RF
|
||
|
|
||
|
MAINTAINER= pgollucci@FreeBSD.org
|
||
|
COMMENT= Chronic is a natural language date/time parser written in pure Ruby
|
||
|
|
||
|
RUN_DEPENDS= rubygem-hoe>=1.2.1:${PORTSDIR}/devel/rubygem-hoe
|
||
|
|
||
|
USE_RUBY= yes
|
||
|
USE_RUBYGEMS= yes
|
||
|
RUBYGEM_AUTOPLIST= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|