diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-26 21:44:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-26 21:44:28 +0000 |
commit | 5fb0a89aced2ee88643bbc0e4253b26f263023a9 (patch) | |
tree | b5ee653d121cd484f269f3d44e3e1ae341ac3889 /www/p5-Sledge-Plugin-Log | |
parent | 746aa0694253221800f035da76ab78ee368384b9 (diff) | |
download | ports-5fb0a89aced2ee88643bbc0e4253b26f263023a9.tar.gz ports-5fb0a89aced2ee88643bbc0e4253b26f263023a9.zip |
Notes
Diffstat (limited to 'www/p5-Sledge-Plugin-Log')
-rw-r--r-- | www/p5-Sledge-Plugin-Log/Makefile | 30 | ||||
-rw-r--r-- | www/p5-Sledge-Plugin-Log/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Sledge-Plugin-Log/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Sledge-Plugin-Log/pkg-plist | 5 |
4 files changed, 40 insertions, 0 deletions
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 <knu@idaemons.org> +# +# $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 <bsd.port.mk> 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 |