forked from Lainports/opnsense-ports
20 lines
402 B
Makefile
20 lines
402 B
Makefile
PORTNAME= shell
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby interface for common UNIX shell commands
|
|
WWW= https://github.com/ruby/shell
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-e2mmap>=0:devel/rubygem-e2mmap \
|
|
rubygem-sync>=0:devel/rubygem-sync
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|