blob: 2907de8ca0f397824788193a8ffeee23e086d867 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# Created by: Baptiste Daroussin <bapt@FreeBSD.org>
# $FreeBSD$
PORTNAME= Path-Dispatcher
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SARTAK
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl flexible and extensible dispatch
LICENSE= ART10 GPLv1
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:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
PERL_CONFIGURE= yes
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>
|