opnsense-ports/sysutils/runas/Makefile
Franco Fichtner 85a073a62c */*: sync with upstream
Taken from: FreeBSD
2024-05-14 14:28:57 +02:00

20 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>