2cf4c1e2c8
- Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
31 lines
925 B
Makefile
31 lines
925 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
|
|
|
|
.include <bsd.port.mk>
|