diff options
Diffstat (limited to 'devel/rubygem-runt/Makefile')
-rw-r--r-- | devel/rubygem-runt/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-runt/Makefile b/devel/rubygem-runt/Makefile new file mode 100644 index 000000000000..981225627fbf --- /dev/null +++ b/devel/rubygem-runt/Makefile @@ -0,0 +1,20 @@ +# 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> |