summaryrefslogtreecommitdiff
path: root/sysutils/p5-UPS-Nut/Makefile
blob: 029d7cc22c9aca52ddd1870a93fc37119af3ea01 (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
25
# New ports collection makefile for:	sysutils/p5-UPS-Nut
# Date created:				Apr 09 2003
# Whom:					somebody who didn't run portlint
#
# $FreeBSD$
#

PORTNAME=	UPS-Nut
PORTVERSION=	0.04
CATEGORIES=	sysutils perl5
MASTER_SITES=	ftp://ftp.sedl.org/pub/mirrors/CPAN/modules/by-authors/id/K/KP/KPETERS/ \
		http://mirror.hiwaay.net/CPAN/modules/by-authors/id/K/KP/KPETERS/
PKGNAMEPREFIX=	p5-

MAINTAINER=	eric@cirr.com
COMMENT=	Perl module for accessing Network UPS Tools' upsd

PERL_CONFIGURE=	yes

MAN3=		UPS::Nut.3

pre-configure:
	${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>