16 lines
325 B
Makefile
16 lines
325 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= slop
|
|
PORTVERSION= 3.6.0
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple DSL for gathering options and parsing the command line
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|