aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Dancer-Session-Memcached/Makefile
blob: d869c55a85bfca5a5f6d0c92da26a757e446a470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Dancer-Session-Memcached
PORTVERSION=    0.2.02
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:XSAWYERX
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER= gblach@FreeBSD.org
COMMENT=    Memcached-based session backend for Dancer

BUILD_DEPENDS=  p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \
        p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer
RUN_DEPENDS=    p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \
        p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer

USES=       perl5
USE_PERL5=  configure

MAN3=       Dancer::Session::Memcached.3

NO_STAGE=   yes
.include <bsd.port.mk>