06b94cb86a
ok naddy@
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/06/28 17:46:44 aanriot 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@openbsd.org>
|
|
|
|
# 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>
|