mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
28 lines
625 B
Makefile
28 lines
625 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= CPAN: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>
|