freebsd-ports/devel/rubygem-slop/Makefile
2021-04-06 16:31:07 +02:00

18 lines
342 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
PORTNAME= slop
PORTVERSION= 4.6.2
CATEGORIES= devel ruby
MASTER_SITES= RG
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>