mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Update to 0.06 [1]
- Trim Makefile's header [1] - Fix dependencies - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/Data-Throttler/Changes PR: ports/179776 [1] Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
This commit is contained in:
parent
088aee7bf2
commit
1339c82a5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321548
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: p5-Data-Throttler
|
||||
# Date created: 2008-01-30
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# Created by: Masahiro Teramoto <markun@onohara.to>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Throttler
|
||||
PORTVERSION= 0.05
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,10 +10,13 @@ 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
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= 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 \
|
||||
p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Data-Throttler-0.05.tar.gz) = fcd7e753ea8f84618f91fc6f508c40de84633178f679168939c32ea92e662294
|
||||
SIZE (Data-Throttler-0.05.tar.gz) = 9028
|
||||
SHA256 (Data-Throttler-0.06.tar.gz) = f85daa5c844a5ef4d72840b2280a370d0d8a84bca7873a0c3cc4d84807edbb6c
|
||||
SIZE (Data-Throttler-0.06.tar.gz) = 9754
|
||||
|
@ -6,4 +6,4 @@ 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/
|
||||
WWW: http://search.cpan.org/dist/Data-Throttler/
|
||||
|
Loading…
Reference in New Issue
Block a user