blob: ec1f5a099a4b580c46dbc09a7e5bf00ca7f295bd (
plain) (
blame)
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
|
PORTNAME= AnyEvent-HTTPD
PORTVERSION= 0.93
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ELMEX
PKGNAMEPREFIX= p5-
MAINTAINER= mons@cpan.org
COMMENT= Simple lightweight event based web server
WWW= https://metacpan.org/release/AnyEvent-HTTPD
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \
p5-Object-Event>=1.21:devel/p5-Object-Event \
p5-common-sense>=2.0:devel/p5-common-sense \
p5-URI>=1.40:net/p5-URI
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|