blob: 95e623fba63fe482f6094d5e9bb56d711869e6ea (
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
26
27
28
29
30
|
# New ports collection makefile for: Plack::Server::ServerSimple
# Date created: 13 Oct 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Plack-Server-ServerSimple
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Plack Server w/ HTTP::Server::Simple
RUN_DEPENDS= \
p5-HTTP-Server-Simple>=0.41:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-Plack>0:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS= ${RUN_DEPENDS}
BROKEN= installs same files as its dependency
PERL_CONFIGURE= yes
MAN3= Plack::Server::ServerSimple.3
.include <bsd.port.mk>
|