aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-POE-Component-RRDTool
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-12-08 13:47:44 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-12-08 13:47:44 +0000
commit2a7037b6ef8bd7cb0482a7161f09395c3fdd851d (patch)
tree531f4b4d9038e907a8191ac41420c98228e5fc8f /databases/p5-POE-Component-RRDTool
parentb00c01095b1316d53b1be19fca92367518ba6b1b (diff)
downloadports-2a7037b6ef8bd7cb0482a7161f09395c3fdd851d.tar.gz
ports-2a7037b6ef8bd7cb0482a7161f09395c3fdd851d.zip
Notes
Diffstat (limited to 'databases/p5-POE-Component-RRDTool')
-rw-r--r--databases/p5-POE-Component-RRDTool/Makefile4
-rw-r--r--databases/p5-POE-Component-RRDTool/distinfo2
-rw-r--r--databases/p5-POE-Component-RRDTool/pkg-descr2
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile
index a2f593ccdeb9..91b82f17e514 100644
--- a/databases/p5-POE-Component-RRDTool/Makefile
+++ b/databases/p5-POE-Component-RRDTool/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= POE-Component-RRDTool
-PORTVERSION= 0.14
+PORTVERSION= 0.17
CATEGORIES= net perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -20,8 +20,8 @@ BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+CONFIGURE_ARGS= </dev/null
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= POE::Component::RRDTool.3
.include <bsd.port.mk>
diff --git a/databases/p5-POE-Component-RRDTool/distinfo b/databases/p5-POE-Component-RRDTool/distinfo
index e36884354da9..de7aa2c3fca2 100644
--- a/databases/p5-POE-Component-RRDTool/distinfo
+++ b/databases/p5-POE-Component-RRDTool/distinfo
@@ -1 +1 @@
-MD5 (POE-Component-RRDTool-0.14.tar.gz) = da74dd9b17ac29fa516759e2104f1ba7
+MD5 (POE-Component-RRDTool-0.17.tar.gz) = 45a80ed236385a3700bbb06aa88cd471
diff --git a/databases/p5-POE-Component-RRDTool/pkg-descr b/databases/p5-POE-Component-RRDTool/pkg-descr
index 0bf9ece17b64..e5f9a70d10b9 100644
--- a/databases/p5-POE-Component-RRDTool/pkg-descr
+++ b/databases/p5-POE-Component-RRDTool/pkg-descr
@@ -8,7 +8,7 @@ be used to create RRD files, update RRDs, retreive data from RRDs, and
generate graphs from the databases. This module provides a POE wrapper
around the rrdtool command line interface.
-WWW: http://search.cpan.org/search?dist=POE-Component-RRDTool
+WWW: http://search.cpan.org/dist/POE-Component-RRDTool/
-- Sergey Skvortsov
skv@FreeBSD.org