aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-POE-Component-RRDTool/Makefile
blob: 18f18d1f5e65fdc94eae4d79e2c893e79da69d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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=   2
CATEGORIES= databases perl5 devel
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    POE interface to Round Robin Database Tools

BUILD_DEPENDS=  ${SITE_PERL}/POE.pm:${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>