1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/p5-Catalyst-Plugin-Static/Makefile
Steve Wills 71c391efa1 - Add missing (undeclared) DEPENDS
- Bump PORTREVISION

PR:		ports/166346
Approved by:	maintainer timeout (lth, >2 weeks)
2012-04-11 20:19:24 +00:00

34 lines
876 B
Makefile

# New ports collection makefile for: www/p5-Catalyst-Plugin-Static
# Date created: 08 May 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Static
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Serve static files with Catalyst
BUILD_DEPENDS= p5-Catalyst-Runtime>=2.99:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-File-MimeInfo>=0.11:${PORTSDIR}/devel/p5-File-MimeInfo \
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::Static.3
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
.include <bsd.port.mk>