mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
4490b3df31
Approved by: portmgr (blanket)
16 lines
362 B
Makefile
16 lines
362 B
Makefile
PORTNAME= cdeploy
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 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
|
|
WWW= https://sourceforge.net/projects/root-tools/
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= share/man/man1/cdeploy.1.gz sbin/cdeploy
|
|
|
|
.include <bsd.port.mk>
|