freebsd-ports/sysutils/p5-UPS-Nut/Makefile

29 lines
698 B
Makefile
Raw Normal View History

# 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= ports@FreeBSD.org
COMMENT= Perl module for accessing Network UPS Tools' upsd
PERL_CONFIGURE= yes
MAN3= UPS::Nut.3
DEPRECATED= Version branch long since retired
EXPIRATION_DATE= 2007-10-27
pre-configure:
${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>