2013-03-24 17:06:49 +01:00
|
|
|
# Created by: roam@FreeBSD.org
|
2006-02-06 20:46:02 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sysgather
|
2013-03-24 17:06:49 +01:00
|
|
|
DISTVERSION= 1.0pre10
|
2006-02-06 20:46:02 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://devel.ringlet.net/sysutils/sysgather/
|
|
|
|
|
2012-02-27 21:32:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-02-06 20:46:02 +01:00
|
|
|
COMMENT= Keep configuration files under version control
|
|
|
|
|
2013-03-24 17:06:49 +01:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2012-06-28 20:37:23 +02:00
|
|
|
BUILD_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-02-06 20:46:02 +01:00
|
|
|
|
2013-03-24 17:06:49 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2013-08-03 10:45:51 +02:00
|
|
|
USES= perl5
|
2006-02-06 20:46:02 +01:00
|
|
|
|
2013-03-24 17:06:49 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if empty(PORT_OPTIONS:MEXAMPLES)
|
|
|
|
MAKE_ENV+= EXAMPLESDIR="${WRKDIR}"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|^#!.*/perl|#!${PERL}|' ${WRKSRC}/sysgather.pl
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|