aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-slop/Makefile
blob: 7c7b609c00c262b9715a66430021e4becc7c9f12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

LICENSE=    MIT

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>