diff options
author | clsung <clsung@FreeBSD.org> | 2011-10-18 17:06:26 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-10-18 17:06:26 +0800 |
commit | b7f1caefe6c37175363de68e2649389bcf41131f (patch) | |
tree | 16d925f57ce97d64123ce41497eb0feb47a5c1d2 /devel | |
parent | 16c0525043a913a589e994eccf1d58843cad4e2c (diff) | |
download | freebsd-ports-gnome-b7f1caefe6c37175363de68e2649389bcf41131f.tar.gz freebsd-ports-gnome-b7f1caefe6c37175363de68e2649389bcf41131f.tar.zst freebsd-ports-gnome-b7f1caefe6c37175363de68e2649389bcf41131f.zip |
Log::Minimal is Minimal but customizable log module.
WWW: http://search.cpan.org/dist/Log-Minimal
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Log-Minimal/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Log-Minimal/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Log-Minimal/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Log-Minimal/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1e4d9b118614..64332af2b9bf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1949,6 +1949,7 @@ SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple + SUBDIR += p5-Log-Minimal SUBDIR += p5-Log-Report SUBDIR += p5-Log-Simple SUBDIR += p5-Log-Trace diff --git a/devel/p5-Log-Minimal/Makefile b/devel/p5-Log-Minimal/Makefile new file mode 100644 index 000000000000..7df152cbb203 --- /dev/null +++ b/devel/p5-Log-Minimal/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Log-Minimal +# Date created: 18 Oct 2011 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Log-Minimal +PORTVERSION= 0.09 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Minimal but customizable logger + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +MAN3= Log::Minimal.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/p5-Log-Minimal/distinfo b/devel/p5-Log-Minimal/distinfo new file mode 100644 index 000000000000..7d2581108370 --- /dev/null +++ b/devel/p5-Log-Minimal/distinfo @@ -0,0 +1,2 @@ +SHA256 (Log-Minimal-0.09.tar.gz) = 14fdd71e92b03c91fc86b2dc57c178f1dcd2700054924ae3b697c983ffab1ffd +SIZE (Log-Minimal-0.09.tar.gz) = 23005 diff --git a/devel/p5-Log-Minimal/pkg-descr b/devel/p5-Log-Minimal/pkg-descr new file mode 100644 index 000000000000..bff5c4be0e53 --- /dev/null +++ b/devel/p5-Log-Minimal/pkg-descr @@ -0,0 +1,3 @@ +Log::Minimal is Minimal but customizable log module. + +WWW: http://search.cpan.org/dist/Log-Minimal diff --git a/devel/p5-Log-Minimal/pkg-plist b/devel/p5-Log-Minimal/pkg-plist new file mode 100644 index 000000000000..b4e2885f8b6d --- /dev/null +++ b/devel/p5-Log-Minimal/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Log/Minimal.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Minimal/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Minimal +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log +@dirrmtry %%SITE_PERL%%/Log |