freebsd-ports/devel/rubygem-runt/Makefile
Philip M. Gollucci 781771d413 RUNT -- Ruby Temporal Expressions
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.
2009-04-08 19:36:04 +00:00

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>