1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/sysutils/runas/Makefile
Tobias Kortkamp 5c97fbea8c
*: Spell PORTREVISION correctly
Reported by:	portfmt scan
2024-05-13 14:44:19 +02:00

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>