freebsd-ports/devel/p5-Data-Throttler/Makefile
Martin Wilke 1ee8bb104a Data::Throttler helps solving throttling tasks like "allow a single IP
only to send 100 emails per hour".

It provides an optionally persistent data store to keep track of
what happened before and offers a simple yes/no interface to an application,
which can then focus on performing the actual task (like sending email)
or suppressing/postponing it.

WWW:	http://search.cpan.org/dist/Data-Throttler/

PR:		ports/120156
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-02-16 13:15:58 +00:00

30 lines
877 B
Makefile

# New ports collection makefile for: p5-Data-Throttler
# Date created: 2008-01-30
# Whom: Masahiro Teramoto <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= Data-Throttler
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Limit data throughput
BUILD_DEPENDS= p5-DBM-Deep>=1.0001:${PORTSDIR}/databases/p5-DBM-Deep \
p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan \
p5-Text-ASCIITable>=0:${PORTSDIR}/textproc/p5-Text-ASCIITable
RUN_DEPENDS= p5-DBM-Deep>=1.0001:${PORTSDIR}/databases/p5-DBM-Deep \
p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan \
p5-Text-ASCIITable>=0:${PORTSDIR}/textproc/p5-Text-ASCIITable
PERL_CONFIGURE= yes
MAN3= Data::Throttler.3
.include <bsd.port.mk>