freebsd-ports/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile
Erwin Lansing a3c3492c2e Extends base class with a file cache.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Cache-FileCache/

PR:		ports/90662
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-19 19:44:44 +00:00

30 lines
769 B
Makefile

# Ports collection makefile for: p5-Catalyst-Plugin-Cache-FileCache
# Date created: Dec 19, 2005
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Cache-FileCache
PORTVERSION= 0.5
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= File cache for Catalyst
BUILD_DEPENDS= p5-Catalyst>=0:${PORTSDIR}/www/p5-Catalyst \
p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Catalyst::Plugin::Cache::FileCache.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>