mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.05
- Sort MAN3 - Cleanup Makefile header Changes: http://search.cpan.org/dist/Path-Dispatcher/Changes
This commit is contained in:
parent
52e7b15369
commit
6e64eb4b40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314181
@ -1,13 +1,8 @@
|
||||
# New ports collection makefile for: Path-Dispatcher
|
||||
# Date created: 2011-04-05
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# Created by: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Path-Dispatcher
|
||||
PORTVERSION= 1.04
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SARTAK
|
||||
@ -21,32 +16,30 @@ LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Any-Moose>=0.12:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
RUN_DEPENDS= p5-Any-Moose>=0.12:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Path::Dispatcher::Path.3 \
|
||||
Path::Dispatcher::Rule::Tokens.3 \
|
||||
Path::Dispatcher::Rule::Sequence.3 \
|
||||
Path::Dispatcher::Rule::Dispatch.3 \
|
||||
Path::Dispatcher::Role::Rules.3 \
|
||||
Path::Dispatcher::Rule::Eq.3 \
|
||||
Path::Dispatcher.3 \
|
||||
Path::Dispatcher::Match.3 \
|
||||
Path::Dispatcher::Rule::CodeRef.3 \
|
||||
Path::Dispatcher::Rule::Metadata.3 \
|
||||
Path::Dispatcher::Rule::Enum.3 \
|
||||
Path::Dispatcher::Rule::Empty.3 \
|
||||
Path::Dispatcher::Cookbook.3 \
|
||||
Path::Dispatcher::Rule::Under.3 \
|
||||
Path::Dispatcher::Rule.3 \
|
||||
Path::Dispatcher::Rule::Intersection.3 \
|
||||
Path::Dispatcher::Rule::Alternation.3 \
|
||||
Path::Dispatcher::Rule::Always.3 \
|
||||
Path::Dispatcher::Rule::Regex.3 \
|
||||
Path::Dispatcher::Dispatch.3
|
||||
MAN3= Path::Dispatcher.3 \
|
||||
Path::Dispatcher::Cookbook.3 \
|
||||
Path::Dispatcher::Dispatch.3 \
|
||||
Path::Dispatcher::Match.3 \
|
||||
Path::Dispatcher::Path.3 \
|
||||
Path::Dispatcher::Role::Rules.3 \
|
||||
Path::Dispatcher::Rule.3 \
|
||||
Path::Dispatcher::Rule::Alternation.3 \
|
||||
Path::Dispatcher::Rule::Always.3 \
|
||||
Path::Dispatcher::Rule::CodeRef.3 \
|
||||
Path::Dispatcher::Rule::Dispatch.3 \
|
||||
Path::Dispatcher::Rule::Empty.3 \
|
||||
Path::Dispatcher::Rule::Enum.3 \
|
||||
Path::Dispatcher::Rule::Eq.3 \
|
||||
Path::Dispatcher::Rule::Intersection.3 \
|
||||
Path::Dispatcher::Rule::Metadata.3 \
|
||||
Path::Dispatcher::Rule::Regex.3 \
|
||||
Path::Dispatcher::Rule::Sequence.3 \
|
||||
Path::Dispatcher::Rule::Tokens.3 \
|
||||
Path::Dispatcher::Rule::Under.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Path-Dispatcher-1.04.tar.gz) = 61336669dc0f5475bf996e53917d34e761244805ed81d1414fc1d73ebf0d53b0
|
||||
SIZE (Path-Dispatcher-1.04.tar.gz) = 37800
|
||||
SHA256 (Path-Dispatcher-1.05.tar.gz) = 4b2456a68c1cf98633b74ae8ce0668939885dee305252185cac0aa2fb229ebde
|
||||
SIZE (Path-Dispatcher-1.05.tar.gz) = 38618
|
||||
|
@ -1,3 +1,3 @@
|
||||
Path::Dispatcher - flexible and extensible dispatch for perl
|
||||
|
||||
WWW: http://search.cpan.org/dist/Path-Dispatcher/
|
||||
WWW: http://search.cpan.org/dist/Path-Dispatcher/
|
||||
|
Loading…
Reference in New Issue
Block a user