2014-09-16 20:25:05 +02:00
|
|
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Dancer-Plugin-Memcached
|
|
|
|
PORTVERSION= 0.02
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2014-09-16 20:25:05 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:SQUEEK
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Cache response content to memcached
|
|
|
|
|
2018-07-09 10:40:17 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= p5-Dancer>0:www/p5-Dancer
|
2014-09-16 20:25:05 +02:00
|
|
|
|
|
|
|
USES= perl5
|
2014-09-16 22:29:43 +02:00
|
|
|
USE_PERL5= configure
|
2014-09-16 20:25:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|