9a5021c8b9
Approved by: portmgr (blanket infrastructure)
19 lines
354 B
Makefile
19 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= AnyEvent-SCGI
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for Event based SCGI server
|
|
|
|
RUN_DEPENDS= \
|
|
p5-AnyEvent>=5.2:${PORTSDIR}/devel/p5-AnyEvent
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|