9897852e8c
Submitted by: az
31 lines
720 B
Makefile
31 lines
720 B
Makefile
# New ports collection makefile for: POE-Component-RRDTool
|
|
# Date created: 05 July 2002
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= POE-Component-RRDTool
|
|
PORTVERSION= 0.18
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases perl5 devel
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= POE interface to Round Robin Database Tools
|
|
|
|
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
|
${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS= </dev/null
|
|
|
|
MAN3= POE::Component::RRDTool.3
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's/(\(\$$maj, \$$min, \$$sub\))/$$1; $$1/' \
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|