freebsd-ports/devel/p5-Data-Throttler-Memcached/Makefile
Andrej Zverev 5010cb0eda - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:26:14 +00:00

24 lines
759 B
Makefile

# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
PORTNAME= Data-Throttler-Memcached
PORTVERSION= 0.00003
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Memcached-Based Data::Throttler
BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \
p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \
p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>