27f0083c25
UPS::Nut is a module to monitor a UPS via upsd, part of the Network UPS Tools package. from Alexandre Anriot <aanriot at atlantilde.com>
24 lines
532 B
Makefile
24 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/06/05 07:52:19 sturm Exp $
|
|
|
|
COMMENT= "module to talk to a UPS via NUT (Network UPS Tools) upsd"
|
|
|
|
DISTNAME= UPS-Nut-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils perl5
|
|
|
|
MAINTAINER= Alexandre Anriot <aanriot@atlantilde.com>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/K/KP/KPETERS/
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|