diff options
Diffstat (limited to 'devel/rubygem-slop/Makefile')
-rw-r--r-- | devel/rubygem-slop/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-slop/Makefile b/devel/rubygem-slop/Makefile new file mode 100644 index 000000000000..b013b49676cc --- /dev/null +++ b/devel/rubygem-slop/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-slop +# Date created: 2012-02-08 +# Whom: Shin-ya MURAKAMI <murashin@gfd-dennou.org> +# +# $FreeBSD$ +# + +PORTNAME= slop +PORTVERSION= 2.4.4 +CATEGORIES= devel ruby +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A simple DSL for gathering options and parsing the command line + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |