From a5313b67bb1d83d4446566c6b344e92284fe09a3 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 26 Feb 2003 21:44:28 +0000 Subject: Add p5-Sledge-Plugin-Log, a Sledge plug-in that adds Log::Dispatch::Config on. --- www/p5-Sledge-Plugin-Log/Makefile | 30 ++++++++++++++++++++++++++++++ www/p5-Sledge-Plugin-Log/distinfo | 1 + www/p5-Sledge-Plugin-Log/pkg-descr | 4 ++++ www/p5-Sledge-Plugin-Log/pkg-plist | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 www/p5-Sledge-Plugin-Log/Makefile create mode 100644 www/p5-Sledge-Plugin-Log/distinfo create mode 100644 www/p5-Sledge-Plugin-Log/pkg-descr create mode 100644 www/p5-Sledge-Plugin-Log/pkg-plist (limited to 'www/p5-Sledge-Plugin-Log') diff --git a/www/p5-Sledge-Plugin-Log/Makefile b/www/p5-Sledge-Plugin-Log/Makefile new file mode 100644 index 000000000000..e593297e98ab --- /dev/null +++ b/www/p5-Sledge-Plugin-Log/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Sledge-Plugin-Log +# Date created: 27 February 2003 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +PORTNAME= Sledge-Plugin-Log +PORTVERSION= 0.02 +CATEGORIES= www sysutils perl5 +MASTER_SITES= http://downloads.sourceforge.jp/sledge/2362/ +PKGNAMEPREFIX= p5- + +MAINTAINER= knu@FreeBSD.org +COMMENT= A Sledge plug-in that adds Log::Dispatch::Config on + +BUILD_DEPENDS= ${PM_DEPENDS} +RUN_DEPENDS= ${PM_DEPENDS} + +PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge +PM_DEPENDS+= ${SITE_PERL}/Log/Dispatch/Config.pm:${PORTSDIR}/devel/p5-Log-Dispatch-Config + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_CONFIGURE= yes + +MAN3= Sledge::Plugin::Log.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/www/p5-Sledge-Plugin-Log/distinfo b/www/p5-Sledge-Plugin-Log/distinfo new file mode 100644 index 000000000000..0998385fa6dc --- /dev/null +++ b/www/p5-Sledge-Plugin-Log/distinfo @@ -0,0 +1 @@ +MD5 (Sledge-Plugin-Log-0.02.tar.gz) = 2973d0218df4cf3ce183efa3bcff4094 diff --git a/www/p5-Sledge-Plugin-Log/pkg-descr b/www/p5-Sledge-Plugin-Log/pkg-descr new file mode 100644 index 000000000000..53a05299497d --- /dev/null +++ b/www/p5-Sledge-Plugin-Log/pkg-descr @@ -0,0 +1,4 @@ +Sledge::Plugin::Log is a Sledge plug-in that adds +Log::Dispatch::Config on. + +WWW: http://sl.edge.jp/ diff --git a/www/p5-Sledge-Plugin-Log/pkg-plist b/www/p5-Sledge-Plugin-Log/pkg-plist new file mode 100644 index 000000000000..3a9159fe1e13 --- /dev/null +++ b/www/p5-Sledge-Plugin-Log/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Sledge/Plugin/Log.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin/Log/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin/Log +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Sledge/Plugin 2>/dev/null || true -- cgit