blob: 19832ea763d56c6ac445e7dcc817e023b9487dea (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# New ports collection makefile for: www/p5-Squatting
# Date created: 07 July 2008
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Squatting
PORTVERSION= 0.81
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BEPPU
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= A Camping-inspired Web Microframework for Perl
COMMON_DEPENDS= p5-Continuity>=0.991:${PORTSDIR}/www/p5-Continuity \
p5-Class-C3-Componentised>0:${PORTSDIR}/devel/p5-Class-C3-Componentised \
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \
p5-Shell-Perl>0:${PORTSDIR}/shells/p5-Shell-Perl \
p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-HTTP-Daemon>0:${PORTSDIR}/www/p5-HTTP-Daemon \
p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message
BUILD_DEPENDS= ${COMMON_DEPENDS}
RUN_DEPENDS= ${COMMON_DEPENDS}
PERL_CONFIGURE= yes
MAN1= squatting.1
MAN3= \
Squatting.3 \
Squatting::Controller.3 \
Squatting::H.3 \
Squatting::Mapper.3 \
Squatting::On::CGI.3 \
Squatting::On::Catalyst.3 \
Squatting::On::Continuity.3 \
Squatting::On::MP13.3 \
Squatting::On::MP20.3 \
Squatting::View.3 \
Squatting::With::AccessTrace.3 \
Squatting::With::Coro::Debug.3 \
Squatting::With::Log.3 \
Squatting::With::MockRequest.3 \
Squatting::With::Mount.3 \
Squatting::With::PerHostConfig.3
.include <bsd.port.mk>
|