diff options
Diffstat (limited to 'devel/rubygem-configuration/Makefile')
-rw-r--r-- | devel/rubygem-configuration/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/rubygem-configuration/Makefile b/devel/rubygem-configuration/Makefile new file mode 100644 index 000000000000..27c03edd5e3b --- /dev/null +++ b/devel/rubygem-configuration/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: gem-configuration +# Date created: 06 Nov 2009 +# Whom: Ryan Steinmetz (<rpsfa@rit.edu>) +# +# $FreeBSD$ + +PORTNAME= configuration +PORTVERSION= 1.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RF/codeforpeople + +MAINTAINER= rpsfa@rit.edu +COMMENT= Mechanism to parse ruby configuration files + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |