blob: 4aeece040fad04b1b86ed0ce16917f0361f1450a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
PORTNAME= Data-Throttler
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Limit data throughput
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Log-Log4perl>=1:devel/p5-Log-Log4perl \
p5-Set-IntSpan>0:math/p5-Set-IntSpan \
p5-Text-ASCIITable>0:textproc/p5-Text-ASCIITable \
p5-YAML>=0.62:textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|