aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-POE-Component-RRDTool
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-04 18:01:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-04 18:01:46 +0000
commit6cb772ea1f34c7b6cb843f3a91fd1cf6b656d89e (patch)
treee8f3d7840b589dab26fd92e3969c3e11c744f86e /databases/p5-POE-Component-RRDTool
parent2d7f23a1850f9c8594180a8cd8bed7e27e38768a (diff)
downloadports-6cb772ea1f34c7b6cb843f3a91fd1cf6b656d89e.tar.gz
ports-6cb772ea1f34c7b6cb843f3a91fd1cf6b656d89e.zip
Fix MASTER_SITES to make it fetchable
- Add LICENSE - Remove USE_PERL5=patch: use REINPLACE_CMD instead of PERL - Fix and update WWW
Notes
Notes: svn path=/head/; revision=471578
Diffstat (limited to 'databases/p5-POE-Component-RRDTool')
-rw-r--r--databases/p5-POE-Component-RRDTool/Makefile9
-rw-r--r--databases/p5-POE-Component-RRDTool/pkg-descr2
2 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile
index 4f29fbcef5f5..e9d4176a071c 100644
--- a/databases/p5-POE-Component-RRDTool/Makefile
+++ b/databases/p5-POE-Component-RRDTool/Makefile
@@ -6,21 +6,24 @@ PORTVERSION= 0.18
PORTREVISION= 6
CATEGORIES= databases perl5 devel
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:TCAINE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= POE interface to Round Robin Database Tools
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= rrdtool:databases/rrdtool \
p5-POE>=0:devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
-USE_PERL5= configure patch
+USE_PERL5= configure
CONFIGURE_ARGS= </dev/null
post-patch:
- @${PERL} -pi -e 's/(\(\$$maj, \$$min, \$$sub\))/$$1; $$1/' \
- ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -e 's|($$maj, $$min, $$sub)|&; &|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
diff --git a/databases/p5-POE-Component-RRDTool/pkg-descr b/databases/p5-POE-Component-RRDTool/pkg-descr
index 866f8f46daa9..7b09da7181c1 100644
--- a/databases/p5-POE-Component-RRDTool/pkg-descr
+++ b/databases/p5-POE-Component-RRDTool/pkg-descr
@@ -8,4 +8,4 @@ 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/dist/POE-Component-RRDTool/
+WWW: https://metacpan.org/release/TCAINE/POE-Component-RRDTool-0.18