mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4dc6e0c483
- Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Data-Throttler PR: 229229 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
27 lines
563 B
Makefile
27 lines
563 B
Makefile
# Created by: Masahiro Teramoto <markun@onohara.to>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Throttler
|
|
PORTVERSION= 0.08
|
|
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}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|