diff options
author | edwin <edwin@FreeBSD.org> | 2007-08-11 19:31:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-08-11 19:31:46 +0800 |
commit | e57f766d8fa5fcdeceeb230302890fa68eea3b8e (patch) | |
tree | 2b1518e0ae07ea7cce36c3c40edf6d23c77b3c52 /databases | |
parent | 7d62dd0dc2bcecc62ea6cdc5b10718f8cc3c1495 (diff) | |
download | freebsd-ports-gnome-e57f766d8fa5fcdeceeb230302890fa68eea3b8e.tar.gz freebsd-ports-gnome-e57f766d8fa5fcdeceeb230302890fa68eea3b8e.tar.zst freebsd-ports-gnome-e57f766d8fa5fcdeceeb230302890fa68eea3b8e.zip |
[repocopy] net/p5-POE-Component-RRDTool -> databases/p5-POE-Component-RRDToo
Chase the migration of net/rrdtool to databases/rrdtool
PR: ports/114314
Submitted by: Edwin Groothuis <edwin@freebsd.org>
Approved by: maintainer timeout
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-POE-Component-RRDTool/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 28f5feee6811..1f568709352a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -287,6 +287,7 @@ SUBDIR += p5-POE-Component-DBIAgent SUBDIR += p5-POE-Component-EasyDBI SUBDIR += p5-POE-Component-LaDBI + SUBDIR += p5-POE-Component-RRDTool SUBDIR += p5-Pg SUBDIR += p5-Relations SUBDIR += p5-Relations-Query diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile index d248779b5b09..94c07212743e 100644 --- a/databases/p5-POE-Component-RRDTool/Makefile +++ b/databases/p5-POE-Component-RRDTool/Makefile @@ -7,7 +7,7 @@ PORTNAME= POE-Component-RRDTool PORTVERSION= 0.18 -CATEGORIES= net perl5 devel +CATEGORIES= databases perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- |