Tweak sysutils/cdeploy version 0.2.1
[dports.git] / sysutils / cdeploy / Makefile
1 # Created by: jfreund
2 # $FreeBSD$
3
4 PORTNAME=               cdeploy
5 PORTVERSION=    0.2.1
6 CATEGORIES=             sysutils
7 MASTER_SITES=   SF/root-tools/cdeploy/0.2
8
9 MAINTAINER=             aihal@users.sourceforge.net
10 COMMENT=                Deploy a set of configuration files to a target file system
11
12 USE_BZIP2=              yes
13
14 MAN1=                   cdeploy.1
15 MANCOMPRESSED=  yes
16
17 PLIST_FILES=    sbin/cdeploy
18
19 NO_STAGE=       yes
20 .include <bsd.port.mk>