freebsd-ports/sysutils/sysgather/Makefile
Antoine Brodin 42a4a444b6 - Allow staging as a regular user
- Clarify License
- Use shebangfix rather than manual post-patch
2014-09-10 14:45:19 +00:00

28 lines
599 B
Makefile

# Created by: roam@FreeBSD.org
# $FreeBSD$
PORTNAME= sysgather
DISTVERSION= 1.0pre10
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:${PORTSDIR}/devel/p5-Config-IniFiles
RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= EXAMPLES
USES= perl5 shebangfix uidfix
SHEBANG_FILES= sysgather.pl
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MEXAMPLES)
MAKE_ENV+= EXAMPLESDIR="${WRKDIR}"
.endif
.include <bsd.port.mk>