1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/p5-Catalyst-View-HTML-Template/Makefile
Philip M. Gollucci 67f3532fe4 - Update to 0.03
PR:             ports/142693
Submitted by:   myself (pgollucci@)
Approved by:    maintainer timeout (kiki@bsdro.org; > 2 weeks)
2010-01-31 01:08:08 +00:00

28 lines
710 B
Makefile

# New ports collection makefile for: www/p5-Catalyst-View-HTML-Template
# Date created: 28 May 2005
# Whom: Gruen Christian <kiki@bsdro.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-View-HTML-Template
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kiki@bsdro.org
COMMENT= HTML::Template view class for Catalyst
BUILD_DEPENDS= p5-Catalyst-Runtime>=5:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Catalyst::Helper::View::HTML::Template.3 \
Catalyst::View::HTML::Template.3
.include <bsd.port.mk>