31c3fd84f2
2: add LICENSE 3: use @sample, bump version. Approved by: portmgr@ (blanket approval)
18 lines
331 B
Makefile
18 lines
331 B
Makefile
# Created by: Eirik Oeverby <ltning@anduin.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jailctl
|
|
PORTVERSION= 0.80
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://anduin.net/jailctl/
|
|
|
|
MAINTAINER= ltning-jailctl@anduin.net
|
|
COMMENT= Jail management tool
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/jailctl
|
|
|
|
.include <bsd.port.mk>
|