aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-View-HTML-Template/Makefile
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-03-19 00:47:35 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-03-19 00:47:35 +0000
commit0cd4ee9cc4ffd47a576d5a79132b5dac1277d039 (patch)
tree6ce6bbe30dc70e02e753f7bec38be2f2776512ef /www/p5-Catalyst-View-HTML-Template/Makefile
parent13affce7c73039eb722376f86fe6d3a2b83cadca (diff)
downloadports-0cd4ee9cc4ffd47a576d5a79132b5dac1277d039.tar.gz
ports-0cd4ee9cc4ffd47a576d5a79132b5dac1277d039.zip
- Update to 0.02.
- Use CPAN macro. - Fix pkg-plist. PR: ports/121010 Submitted by: myself Approved by: araujo (mentor), Kiki <kiki@bsdro.org> (maintainer)
Notes
Notes: svn path=/head/; revision=209336
Diffstat (limited to 'www/p5-Catalyst-View-HTML-Template/Makefile')
-rw-r--r--www/p5-Catalyst-View-HTML-Template/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/p5-Catalyst-View-HTML-Template/Makefile b/www/p5-Catalyst-View-HTML-Template/Makefile
index b260db1b1591..8ba72a7b3386 100644
--- a/www/p5-Catalyst-View-HTML-Template/Makefile
+++ b/www/p5-Catalyst-View-HTML-Template/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= Catalyst-View-HTML-Template
-PORTVERSION= 0.01
+PORTVERSION= 0.02
CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kiki@bsdro.org
COMMENT= HTML::Template view class for Catalyst
-BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
+BUILD_DEPENDS= p5-Catalyst-Runtime>=5:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
- ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
+ p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes