e242f309a8
Approved by: portmgr (bapt@, blanket)
22 lines
393 B
Makefile
22 lines
393 B
Makefile
# New ports collection makefile for: p5-Xymon-Client
|
|
# Date created: 2012-05-07
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Xymon-Client
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Interface to xymon/hobbit client
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Xymon::Client.3
|
|
|
|
.include <bsd.port.mk>
|