mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 16:47:51 -05:00
20 lines
381 B
Makefile
20 lines
381 B
Makefile
PORTNAME= devctl-jail-kmod
|
|
DISTVERSION= g20190521
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= Module to expose jail lifecycle events
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= kmod uidfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fubarnetes
|
|
GH_PROJECT= kmod_devctl_jail
|
|
GH_TAGNAME= d3c17d2381a
|
|
|
|
PLIST_FILES= ${KMODDIR}/devctl_jail.ko
|
|
|
|
.include <bsd.port.mk>
|