781771d413
Runt is a Ruby implementation of select Martin Fowler patterns [http://www.martinfowler.com/articles]. TemporalExpressions allow a developer to define patterns of date recurrence using set expressions. Sponsored by: RideCharge Inc.
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# New ports collection makefile for: rubygem-runt
|
|
# Date created: 7 April 2009
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= runt
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
|
COMMENT= Ruby implementation of select Martin Fowler patterns
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|