mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
5c97fbea8c
Reported by: portfmt scan
21 lines
422 B
Makefile
21 lines
422 B
Makefile
PORTNAME= runas
|
|
DISTVERSION= 0.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Wrapper around su for running a command as another user
|
|
WWW= https://github.com/outpaddling/runas
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= outpaddling
|
|
|
|
MAKE_ARGS= MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/asroot bin/runas share/man/man1/asroot.1.gz share/man/man1/runas.1.gz
|
|
|
|
.include <bsd.port.mk>
|