aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sysgather/Makefile
blob: aefb49505b79c271abdb9afc808c721c392ac158 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: roam@FreeBSD.org

PORTNAME=	sysgather
DISTVERSION=	1.0pre10
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://devel.ringlet.net/sysutils/sysgather/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Keep configuration files under version control

LICENSE=	BSD2CLAUSE

BUILD_DEPENDS=	p5-Config-IniFiles>=0:devel/p5-Config-IniFiles
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5 shebangfix uidfix
SHEBANG_FILES=	sysgather.pl
NO_ARCH=	yes

OPTIONS_DEFINE=	EXAMPLES

post-install:
	${MV} ${STAGEDIR}${PREFIX}/etc/sysgather.conf.default \
		${STAGEDIR}${PREFIX}/etc/sysgather.conf.sample

.include <bsd.port.mk>