1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/ezjail/Makefile
Marcus Alves Grando 71a02f32b8 Update to 1.1
Add SHA256

PR:		88012
Submitted by:	maintainer
2005-11-08 20:57:53 +00:00

28 lines
586 B
Makefile

# New ports collection makefile for: ezjail
# Date created: 1 September 2005
# Whom: erdgeist
#
# $FreeBSD$
#
PORTNAME= ezjail
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://erdgeist.org/arts/software/ezjail/
MAINTAINER= erdgeist@erdgeist.org
COMMENT= A framework to easily create, manipulate and run FreeBSD jails
USE_BZIP2= yes
MAN1= ezjail-admin.1
MAN5= ezjail.5 ezjail.conf.5
.include <bsd.port.pre.mk>
.if ( ${OSVERSION} < 600000 )
IGNORE= nullfs in FreeBSD releases before 6.0 is considered unstable
.endif
.include <bsd.port.post.mk>