blob: 833e961e2c272a5d63c10b4335d942053cf10805 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|