freebsd-ports/databases/p5-Dancer-Session-Memcached/Makefile
Adam Weinberger 34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00

23 lines
637 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= Dancer-Session-Memcached
PORTVERSION= 0.2.02
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
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>