1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/sysgather/Makefile
Greg Larkin b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00

25 lines
559 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= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
MAN1= sysgather.1
.include <bsd.port.mk>