16 lines
324 B
Makefile
16 lines
324 B
Makefile
# Created by: jfreund
|
|
# $FreeBSD$
|
|
|
|
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>
|