aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdeploy/Makefile
blob: b2f9d13d0b26e4f85f24ec0888cbe48433935e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: jfreund

PORTNAME=	cdeploy
PORTVERSION=	0.2.1
CATEGORIES=	sysutils
MASTER_SITES=	SF/root-tools/cdeploy/0.2

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Deploy a set of configuration files to a target file system

USES=		tar:bzip2

PLIST_FILES=	man/man1/cdeploy.1.gz sbin/cdeploy

.include <bsd.port.mk>