diff options
Diffstat (limited to 'devel/p5-Path-Dispatcher-Declarative/Makefile')
-rw-r--r-- | devel/p5-Path-Dispatcher-Declarative/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Path-Dispatcher-Declarative/Makefile b/devel/p5-Path-Dispatcher-Declarative/Makefile index 29c682cbdb47..cd47cbdd0b60 100644 --- a/devel/p5-Path-Dispatcher-Declarative/Makefile +++ b/devel/p5-Path-Dispatcher-Declarative/Makefile @@ -13,12 +13,10 @@ MASTER_SITE_SUBDIR= CPAN:SARTAK PKGNAMEPREFIX= p5- MAINTAINER= bapt@FreeBSD.org -COMMENT= sugary dispatcher for perl - -PERL_CONFIGURE= yes +COMMENT= Sugary dispatcher for perl +LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LICENSE= ART20 GPLv1 BUILD_DEPENDS= p5-Path-Dispatcher>=1.02:${PORTSDIR}/devel/p5-Path-Dispatcher \ p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ @@ -26,6 +24,8 @@ BUILD_DEPENDS= p5-Path-Dispatcher>=1.02:${PORTSDIR}/devel/p5-Path-Dispatcher \ RUN_DEPENDS:= ${BUILD_DEPENDS} +PERL_CONFIGURE= yes + MAN3= Path::Dispatcher::Declarative.3 .include <bsd.port.mk> |