opnsense-ports/sysutils/cdeploy/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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>