aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Xymon/Makefile
blob: 868da274ff2cf78eb1560f62b6f29ef236007df2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-Xymon
# Date created:     2012-05-07
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Xymon
PORTVERSION=    0.01
CATEGORIES= net-mgmt
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    Xymon Base Module

USES=       perl5
USE_PERL5=  configure

MAN3=       Xymon.3

.include <bsd.port.mk>