mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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>
This commit is contained in:
parent
78388e58b2
commit
5a1a31c244
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352894
@ -8,12 +8,15 @@ MASTER_SITES= CPAN
|
|||||||
MASTER_SITE_SUBDIR= CPAN:SWHITAKER
|
MASTER_SITE_SUBDIR= CPAN:SWHITAKER
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= 5u623l20@gmail.com
|
||||||
COMMENT= OO API for accessing the Amazon Simple Queue Service
|
COMMENT= OO API for accessing the Amazon Simple Queue Service
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
LICENSE= ART10 GPLv1
|
||||||
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
||||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||||
|
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This module provides a Perlish interface to Amazon SQS.
|
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/
|
||||||
|
Loading…
Reference in New Issue
Block a user