freebsd-ports/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile

24 lines
695 B
Makefile
Raw Normal View History

# Created by: Denis Pokataev <catone@cpan.org>
# $FreeBSD$
PORTNAME= Catalyst-Plugin-Session-Store-Memcached-Fast
PORTVERSION= 0.02
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Memcached storage backend for session data
BUILD_DEPENDS= p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \
p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>