opnsense-ports/devel/rubygem-shell/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

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>