diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:51 +0000 |
commit | 5a1a31c24436d20fdcd1109b28afdda3a0fc6df6 (patch) | |
tree | cfbda2872185cc09a0e2432ddde83b17e9f0be22 /net | |
parent | 78388e58b2256c0757c6537a66279197ad04590b (diff) | |
download | freebsd-ports-5a1a31c24436d20fdcd1109b28afdda3a0fc6df6.zip |
- Add LICENSE
- Use single space after WWW:
- Pass maintainership to submitter
- While I'm here, sort *_DEPENDS
PR: ports/189262
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Amazon-SQS-Simple/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Amazon-SQS-Simple/pkg-descr | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net/p5-Amazon-SQS-Simple/Makefile b/net/p5-Amazon-SQS-Simple/Makefile index 377001ac36cc..328e887e2807 100644 --- a/net/p5-Amazon-SQS-Simple/Makefile +++ b/net/p5-Amazon-SQS-Simple/Makefile @@ -8,12 +8,15 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SWHITAKER PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= OO API for accessing the Amazon Simple Queue Service -BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/net/p5-Amazon-SQS-Simple/pkg-descr b/net/p5-Amazon-SQS-Simple/pkg-descr index edd83fcc25be..505b194cc5cf 100644 --- a/net/p5-Amazon-SQS-Simple/pkg-descr +++ b/net/p5-Amazon-SQS-Simple/pkg-descr @@ -1,3 +1,3 @@ This module provides a Perlish interface to Amazon SQS. -WWW: http://search.cpan.org/dist/Amazon-SQS-Simple/ +WWW: http://search.cpan.org/dist/Amazon-SQS-Simple/ |