aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Dancer-Session-Memcached/Makefile
blob: 2785ec34cdcbb12002c36c5eb4e7df57a03940a7 (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
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER= perl@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

.include <bsd.port.mk>