mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Updated to 1.02
ChangeLog: http://cpansearch.perl.org/src/MTURK/Net-Amazon-MechanicalTurk-1.02/Changes - Added more required dependencies - Clarified wording in pkg-message - Trimmed Makefile header Reported by: portscout
This commit is contained in:
parent
f49f34357a
commit
6f3f7ad929
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310561
3 changed files with 10 additions and 12 deletions
|
@ -1,13 +1,8 @@
|
|||
# New ports collection makefile for: p5-Net-Amazon-MechanicalTurk
|
||||
# Date created: 2007-10-29
|
||||
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
||||
#
|
||||
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Amazon-MechanicalTurk
|
||||
PORTVERSION= 1.01
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -19,7 +14,10 @@ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
|||
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
||||
p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
p5-libwww>=6:${PORTSDIR}/www/p5-libwww \
|
||||
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
||||
p5-Net-SSLeay>=1.33:${PORTSDIR}/security/p5-Net-SSLeay \
|
||||
p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Net-Amazon-MechanicalTurk-1.01.tar.gz) = 2ffa90b54b234ca26b55f624b21a312211ab00a28a5d867210876b711936b09f
|
||||
SIZE (Net-Amazon-MechanicalTurk-1.01.tar.gz) = 61660
|
||||
SHA256 (Net-Amazon-MechanicalTurk-1.02.tar.gz) = 8d095ec148e094b27f4cccc79e1caf9c31f3cc0e6dd82ce8a8e442c8dc7b0f8e
|
||||
SIZE (Net-Amazon-MechanicalTurk-1.02.tar.gz) = 62570
|
||||
|
|
|
@ -21,8 +21,8 @@ You need to do some things before you can use the Amazon Mechanical Turk:
|
|||
|
||||
service_url: http://mechanicalturk.amazonaws.com/?Service=AWSMechanicalTurkRequester
|
||||
|
||||
DISCLAIMER: No one but you is responsible for paying MTurk workers for
|
||||
the HITs that you submit to the live service. Please make sure
|
||||
DISCLAIMER: You are responsible for paying MTurk workers for the HITs
|
||||
that you submit to the live service. Please make sure
|
||||
you know which MTurk service you are submitting HITs to -
|
||||
the sandbox (default) or the production service.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue