for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Path-Dispatcher
|
|
PORTVERSION= 1.06
|
|
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= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Any-Moose>=0.12:devel/p5-Any-Moose \
|
|
p5-Try-Tiny>=0.02:lang/p5-Try-Tiny
|
|
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|