mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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)
This commit is contained in:
parent
0ec3c75589
commit
fbc3e14d9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324432
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user