2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2007-05-01 11:34:29 +02:00
|
|
|
|
|
|
|
PORTNAME= SOAP-Amazon-S3
|
2018-06-04 20:11:26 +02:00
|
|
|
PORTVERSION= 0.0401
|
2007-05-01 11:34:29 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Module for interfacing with Amazon S3 through SOAP
|
2007-05-01 11:34:29 +02:00
|
|
|
|
2018-06-04 20:11:26 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-SOAP-MySOAP>=0:net/p5-SOAP-MySOAP \
|
|
|
|
p5-XML-MyXML>=0:textproc/p5-XML-MyXML
|
2007-05-01 11:34:29 +02:00
|
|
|
|
2016-04-02 09:13:23 +02:00
|
|
|
NO_ARCH= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-05-01 11:34:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|