2002-08-05 16:55:36 +02:00
|
|
|
# New ports collection makefile for: POE-Component-RRDTool
|
|
|
|
# Date created: 05 July 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-RRDTool
|
2005-06-16 14:33:44 +02:00
|
|
|
PORTVERSION= 0.18
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
2007-08-11 13:31:46 +02:00
|
|
|
CATEGORIES= databases perl5 devel
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-08-05 16:55:36 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= POE interface to Round Robin Database Tools
|
2002-08-05 16:55:36 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
2007-07-05 08:19:49 +02:00
|
|
|
${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool
|
2002-08-05 16:55:36 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2003-12-08 14:47:44 +01:00
|
|
|
CONFIGURE_ARGS= </dev/null
|
2002-08-05 16:55:36 +02:00
|
|
|
|
|
|
|
MAN3= POE::Component::RRDTool.3
|
|
|
|
|
2004-01-25 14:20:56 +01:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's/(\(\$$maj, \$$min, \$$sub\))/$$1; $$1/' \
|
|
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
|
2002-08-05 16:55:36 +02:00
|
|
|
.include <bsd.port.mk>
|