blob: 89193e62c7014cb5392f5d438134f046970c499f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= Dancer-Plugin-CORS
PORTVERSION= 0.13
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ZURBORG
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Dancer plugin for using cross origin resource sharing
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Dancer>=0:www/p5-Dancer \
p5-Sub-Name>=0:devel/p5-Sub-Name \
p5-URI>=0:net/p5-URI
TEST_DEPENDS= p5-Module-Signature>=0:security/p5-Module-Signature \
p5-Test-Most>=0:devel/p5-Test-Most
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|