freebsd-ports/sysutils/sysgather/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

28 lines
628 B
Makefile

# Created by: roam@FreeBSD.org
# $FreeBSD$
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>