summaryrefslogtreecommitdiff
path: root/databases/p5-POE-Component-RRDTool/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /databases/p5-POE-Component-RRDTool/Makefile
parentb6deb36621300a80aab2d23031a1a259f9b0ce01 (diff)
Diffstat (limited to 'databases/p5-POE-Component-RRDTool/Makefile')
-rw-r--r--databases/p5-POE-Component-RRDTool/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile
deleted file mode 100644
index a2f593ccdeb9..000000000000
--- a/databases/p5-POE-Component-RRDTool/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.14
-CATEGORIES= net perl5 devel
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= POE
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= POE interface to Round Robin Database Tools
-
-BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/net/rrdtool
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= POE::Component::RRDTool.3
-
-.include <bsd.port.mk>