diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Dancer-Debug/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-Dancer-Debug/Makefile b/devel/p5-Dancer-Debug/Makefile index 44844893adc7..d4835cc6de4c 100644 --- a/devel/p5-Dancer-Debug/Makefile +++ b/devel/p5-Dancer-Debug/Makefile @@ -6,18 +6,21 @@ PORTVERSION= 0.03 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:FRANCKC PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Dancer::Debug - Extend Plack::Middleware::Debug -RUN_DEPENDS= p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \ p5-Plack-Middleware-Debug>=0:${PORTSDIR}/www/p5-Plack-Middleware-Debug +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -NO_ARCH= yes .include <bsd.port.mk> |