Prune sysutils/pcpustat
[dports.git] / sysutils / sysgather / Makefile
1 # Created by: roam@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       sysgather
5 DISTVERSION=    1.0pre10
6 PORTREVISION=   1
7 CATEGORIES=     sysutils
8 MASTER_SITES=   http://devel.ringlet.net/sysutils/sysgather/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Keep configuration files under version control
12
13 LICENSE=        BSD2CLAUSE
14
15 BUILD_DEPENDS=  p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5 shebangfix uidfix
19 SHEBANG_FILES=  sysgather.pl
20 NO_ARCH=        yes
21
22 OPTIONS_DEFINE= EXAMPLES
23
24 post-install:
25         ${MV} ${STAGEDIR}${PREFIX}/etc/sysgather.conf.default \
26                 ${STAGEDIR}${PREFIX}/etc/sysgather.conf.sample
27
28 .include <bsd.port.mk>