49 lines
1.3 KiB
Makefile
49 lines
1.3 KiB
Makefile
# New ports collection makefile for: Path-Dispatcher
|
|
# Date created: 2011-04-05
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Path-Dispatcher
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SARTAK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Perl flexible and extensible dispatch
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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}
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|