mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= slop
|
|
PORTVERSION= 3.6.0
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 3
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple DSL for gathering options and parsing the command line
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|