diff options
author | knu <knu@FreeBSD.org> | 2003-02-27 05:44:28 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-27 05:44:28 +0800 |
commit | a5313b67bb1d83d4446566c6b344e92284fe09a3 (patch) | |
tree | 6312a951aea88db1c8fa5f2b899c348dccb7591c /www/p5-Sledge-Plugin-Log | |
parent | d59325f174367a56fec3bb47282d11490bb31282 (diff) | |
download | freebsd-ports-gnome-a5313b67bb1d83d4446566c6b344e92284fe09a3.tar.gz freebsd-ports-gnome-a5313b67bb1d83d4446566c6b344e92284fe09a3.tar.zst freebsd-ports-gnome-a5313b67bb1d83d4446566c6b344e92284fe09a3.zip |
Add p5-Sledge-Plugin-Log, a Sledge plug-in that adds
Log::Dispatch::Config on.
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 |