forked from Lainports/freebsd-ports
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
23 lines
594 B
Makefile
23 lines
594 B
Makefile
# Created by: Zach Thompson <hideo@lastamericanempire.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Catalyst-View-HTML-Template-Compiled
|
|
PORTVERSION= 0.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= HTML::Template::Compiled View Class
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-HTML-Template-Compiled>=0.74:www/p5-HTML-Template-Compiled \
|
|
p5-Path-Class>=0:devel/p5-Path-Class \
|
|
p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \
|
|
p5-Catalyst-Devel>=1.00:www/p5-Catalyst-Devel
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|