Bump science/step to version 4.14.3_5
[dports.git] / www / p5-Dancer-Plugin-ExtDirect / Makefile
1 # Created by: Tom Judge <tj@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Dancer-Plugin-ExtDirect
5 PORTVERSION=    1.03
6 PORTREVISION=   1
7 CATEGORIES=     www perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     tj@FreeBSD.org
12 COMMENT=        Dancer plugin for implementing ExtDirect APIs
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Dancer>=1.2001:www/p5-Dancer \
18                 p5-JSON>=0:converters/p5-JSON
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>