diff options
author | culot <culot@FreeBSD.org> | 2013-08-09 20:39:41 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-08-09 20:39:41 +0800 |
commit | 7df7fa27dd61ed177c3c1596126486c504929e0d (patch) | |
tree | f72dd53ca1c3604d9eada379f74894b9f40135d6 /devel | |
parent | 0663688314cf42ef6eee2129d1702bd0ca112765 (diff) | |
download | freebsd-ports-gnome-7df7fa27dd61ed177c3c1596126486c504929e0d.tar.gz freebsd-ports-gnome-7df7fa27dd61ed177c3c1596126486c504929e0d.tar.zst freebsd-ports-gnome-7df7fa27dd61ed177c3c1596126486c504929e0d.zip |
- Update to 0.12 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
- Convert to new Uses/perl5.mk framework
- Pet portlint(1) by changing tab into space in WWW link
- Trim Makefile's header
Changes: http://search.cpan.org/dist/Log-Dispatch-File-Stamped/Changes
PR: ports/180822 [1]
Submitted by: Stephon Chen <stephon@gmail.com>
Approved by: maintainer (timeout, >14 days)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch-File-Stamped/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-File-Stamped/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-File-Stamped/pkg-descr | 2 |
3 files changed, 18 insertions, 11 deletions
diff --git a/devel/p5-Log-Dispatch-File-Stamped/Makefile b/devel/p5-Log-Dispatch-File-Stamped/Makefile index 8e53e41265f7..38223cd0b103 100644 --- a/devel/p5-Log-Dispatch-File-Stamped/Makefile +++ b/devel/p5-Log-Dispatch-File-Stamped/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Log-Dispatch-File-Stamped -# Date created: 2010-07-15 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= Log-Dispatch-File-Stamped -PORTVERSION= 0.10 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Log @@ -15,9 +11,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= Logging to date/time stamped files -RUN_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -PERL_CONFIGURE= yes +BUILD_DEPENDS= p5-Log-Dispatch>=2.38:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Path-Tiny>0:${PORTSDIR}/devel/p5-Path-Tiny \ + p5-Test-CheckDeps>=0.002:${PORTSDIR}/devel/p5-Test-CheckDeps \ + p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-TempDir>0:${PORTSDIR}/devel/p5-Test-TempDir + +USES= perl5 +USE_PERL5= configure MAN3= Log::Dispatch::File::Stamped.3 diff --git a/devel/p5-Log-Dispatch-File-Stamped/distinfo b/devel/p5-Log-Dispatch-File-Stamped/distinfo index e7645918b680..9c1803b4f3a3 100644 --- a/devel/p5-Log-Dispatch-File-Stamped/distinfo +++ b/devel/p5-Log-Dispatch-File-Stamped/distinfo @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-File-Stamped-0.10.tar.gz) = 9c5e26cdd1841e87e7db8b4e75a995cbacc44b0632de5a7685cf1d8c40c28a11 -SIZE (Log-Dispatch-File-Stamped-0.10.tar.gz) = 5488 +SHA256 (Log-Dispatch-File-Stamped-0.12.tar.gz) = 03229c4dee5fda738a6404cb2d3d6c6ff72a02fb19ff3b7d440c7931637fb818 +SIZE (Log-Dispatch-File-Stamped-0.12.tar.gz) = 18684 diff --git a/devel/p5-Log-Dispatch-File-Stamped/pkg-descr b/devel/p5-Log-Dispatch-File-Stamped/pkg-descr index 967ef36488ee..9876d506eed2 100644 --- a/devel/p5-Log-Dispatch-File-Stamped/pkg-descr +++ b/devel/p5-Log-Dispatch-File-Stamped/pkg-descr @@ -1,4 +1,4 @@ This module provides a Log::Dispatch style interface to log to date/time stamped files. -WWW: http://search.cpan.org/dist/Log-Dispatch-File-Stamped/ +WWW: http://search.cpan.org/dist/Log-Dispatch-File-Stamped/ |