mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
22 lines
363 B
Makefile
22 lines
363 B
Makefile
# Created by: Eirik Oeverby <ltning@anduin.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jailctl
|
|
PORTVERSION= 0.80
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://anduin.net/jailctl/
|
|
|
|
MAINTAINER= ltning-jailctl@anduin.net
|
|
COMMENT= Jail management tool
|
|
|
|
MAN1= jailctl.1 \
|
|
jails.conf.1
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/jailctl
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|