freebsd-ports/sysutils/jailme/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

22 lines
447 B
Makefile

# Created by: wmoran
# $FreeBSD$
PORTNAME= jailme
PORTVERSION= 0.2.0
CATEGORIES= sysutils
MAINTAINER= freebsd-ports-maintainers@intermedix.com
COMMENT= Setuid version of jexec to allow normal users access to jails
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= Intermedix
PLIST_FILES= "@(,,4751) sbin/jailme"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jailme ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>