61043382ce
Author: Lee Jarvis <lee _at_ jarvis.co> WWW: http://rubygems.org/gems/slop PR: ports/164865 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# 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>
|