9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
594 B
Makefile
26 lines
594 B
Makefile
# Created by: Danny Warren <danny@dannywarren.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Catalyst-View-TT-Alloy
|
|
PORTVERSION= 0.00007
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= danny@dannywarren.com
|
|
COMMENT= Template::Alloy views for Catalyst
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7:www/p5-Catalyst-Runtime \
|
|
p5-Data-Dump>=0:devel/p5-Data-Dump \
|
|
p5-Path-Class>=0:devel/p5-Path-Class \
|
|
p5-Template-Alloy>=0:www/p5-Template-Alloy
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|