28 lines
642 B
Makefile
28 lines
642 B
Makefile
|
# 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
|
||
|
MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SUKRIA
|
||
|
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>
|