blob: 0c10c89c853dffa04c58d0feeac8f6b8d9a3e9d7 (
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
|
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Catalyst-View-ClearSilver
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= ClearSilver view class for Catalyst
BUILD_DEPENDS= p5-ClearSilver>=0:${PORTSDIR}/www/p5-ClearSilver \
p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util \
p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
p5-Catalyst-View-Templated>=0:${PORTSDIR}/www/p5-Catalyst-View-Templated
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Catalyst-View-Template-Declare>=0:${PORTSDIR}/www/p5-Catalyst-View-Template-Declare
USES= perl5
USE_PERL5= configure
MAN3= Catalyst::Helper::View::ClearSilver.3 \
Catalyst::View::ClearSilver.3
NO_STAGE= yes
.include <bsd.port.mk>
|