1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/cbsd/Makefile
Andrej Zverev 48606d8811 Add sysutils/cbsd, Yet another FreeBSD jail management tool.
PR:		ports/176377
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
2013-05-24 16:34:29 +00:00

30 lines
574 B
Makefile

# $FreeBSD$
PORTNAME= cbsd
PORTVERSION= 9.2.0
CATEGORIES= sysutils
MASTER_SITES= http://www.bsdstore.ru/downloads/
MAINTAINER= olevole@olevole.ru
COMMENT= Yet another FreeBSD Jail Management Utility
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
sudo:${PORTSDIR}/security/sudo \
sqlite3:${PORTSDIR}/databases/sqlite3
LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
SUB_FILES= pkg-message
MAN7= cbsd.7
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 901000
IGNORE= does not work on FreeBSD < 9.1
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>