1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/sysutils/sysgather/Makefile
2012-06-28 18:37:23 +00:00

25 lines
549 B
Makefile

# New ports collection makefile for: sysgather
# Date created: 16 December 2005
# Whom: roam@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sysgather
PORTVERSION= 1.0.b9
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/sysgather/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Keep configuration files under version control
BUILD_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
MAN1= sysgather.1
.include <bsd.port.mk>