freebsd-ports/devel/p5-Data-Throttler-Memcached/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
687 B
Makefile

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