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
|
2003-12-08 14:47:44 +01:00
|
|
|
PORTVERSION= 0.17
|
2002-08-05 16:55:36 +02:00
|
|
|
CATEGORIES= net perl5 devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= POE
|
|
|
|
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 \
|
2002-08-05 16:55:36 +02:00
|
|
|
${LOCALBASE}/bin/rrdtool:${PORTSDIR}/net/rrdtool
|
|
|
|
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>
|