mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
a3973d3826
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
24 lines
430 B
Makefile
24 lines
430 B
Makefile
# Created by: Jov <amutu@amutu.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mac_nonet
|
|
DISTVERSION= g20150821
|
|
CATEGORIES= sysutils
|
|
PKGNAMESUFFIX= -kmod
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MAC policy to disable access to networking for certain group
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= kmod uidfix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pbiernacki
|
|
GH_TAGNAME= f7e008a
|
|
|
|
PLIST_FILES= ${KMODDIR}/mac_nonet.ko
|
|
|
|
.include <bsd.port.mk>
|