freebsd-ports/sysutils/p5-UPS-Nut/Makefile
Ying-Chieh Liao c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00

25 lines
618 B
Makefile

# 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>