freebsd-ports/www/p5-Catalyst-View-Templated/Makefile
2017-09-15 08:58:46 +00:00

29 lines
776 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Catalyst-View-Templated
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generic base class for template-based views
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Catalyst-Component-ACCEPT_CONTEXT>=0:www/p5-Catalyst-Component-ACCEPT_CONTEXT \
p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \
p5-Class-C3>=0:devel/p5-Class-C3
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-MockObject>=0:devel/p5-Test-MockObject \
p5-Test-WWW-Mechanize-Catalyst>=0:devel/p5-Test-WWW-Mechanize-Catalyst
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>