2011-01-04 04:27:40 +01:00
|
|
|
# New ports collection makefile for: Dancer-Session-Memcached
|
|
|
|
# Date created: 31 Dec 2010
|
|
|
|
# Whom: Grzegorz Blach <magik@roorback.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Dancer-Session-Memcached
|
|
|
|
PORTVERSION= 0.1
|
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:SUKRIA
|
2011-01-04 04:27:40 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
|
|
COMMENT= Memcached-based session backend for Dancer
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
|
|
|
p5-Dancer>=1.130:${PORTSDIR}/www/p5-Dancer \
|
|
|
|
p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Dancer::Session::Memcached.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|