mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
915c2c6c3c
Reported by: portscout
20 lines
337 B
Makefile
20 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rush
|
|
DISTVERSION= 2.1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Restricted User SHell, providing limited remote access to resources
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gettext-runtime gmake tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|