freebsd-ports/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

34 lines
980 B
Makefile

# New ports collection makefile for: www/p5-Catalyst-Plugin-Session-FastMmap
# Date created: 08 May 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-Session-FastMmap
PORTVERSION= 0.13
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= FastMmap sessions for Catalyst
BUILD_DEPENDS= p5-Cache-FastMmap>0:${PORTSDIR}/devel/p5-Cache-FastMmap \
p5-Catalyst-Runtime>2.99:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat \
p5-URI-Find>0:${PORTSDIR}/textproc/p5-URI-Find \
p5-URI>0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::Session::FastMmap.3
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
.include <bsd.port.mk>