- Add p5-Net-Amazon-Route53 0.110310
The Net::Amazon::Route53 Perl module allows you to manage DNS records for your domains via Amazon's Route 53 service. For more information, visit http://aws.amazon.com/route53/ WWW: http://search.cpan.org/dist/Net-Amazon-Route53/ PR: ports/156611, ports/156661 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
This commit is contained in:
parent
0b8c095727
commit
d322d675a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273222
5 changed files with 54 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
|||
SUBDIR += p5-DNS-Zone
|
||||
SUBDIR += p5-DNS-ZoneParse
|
||||
SUBDIR += p5-Data-Validate-Domain
|
||||
SUBDIR += p5-Net-Amazon-Route53
|
||||
SUBDIR += p5-Net-Bonjour
|
||||
SUBDIR += p5-Net-DNS
|
||||
SUBDIR += p5-Net-DNS-Async
|
||||
|
|
33
dns/p5-Net-Amazon-Route53/Makefile
Normal file
33
dns/p5-Net-Amazon-Route53/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-Net-Amazon-Route53
|
||||
# Date created: 2011-04-24
|
||||
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Amazon-Route53
|
||||
PORTVERSION= 0.110310
|
||||
CATEGORIES= dns perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jnlin@csie.nctu.edu.tw
|
||||
COMMENT= Manage your DNS entries on Amazon's Route53 service
|
||||
|
||||
RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
|
||||
p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= route53.1
|
||||
MAN3= Net::Amazon::Route53.3 \
|
||||
Net::Amazon::Route53::HostedZone.3 \
|
||||
Net::Amazon::Route53::ResourceRecordSet.3 \
|
||||
Net::Amazon::Route53::Change.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
dns/p5-Net-Amazon-Route53/distinfo
Normal file
2
dns/p5-Net-Amazon-Route53/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-Amazon-Route53-0.110310.tar.gz) = 553c958a4c646b44b09ee312625e5a74349c26cb234edad2ba9adcf7e352bbf2
|
||||
SIZE (Net-Amazon-Route53-0.110310.tar.gz) = 17916
|
6
dns/p5-Net-Amazon-Route53/pkg-descr
Normal file
6
dns/p5-Net-Amazon-Route53/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The Net::Amazon::Route53 Perl module allows you to manage DNS
|
||||
records for your domains via Amazon's Route 53 service.
|
||||
|
||||
For more information, visit http://aws.amazon.com/route53/
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Amazon-Route53/
|
12
dns/p5-Net-Amazon-Route53/pkg-plist
Normal file
12
dns/p5-Net-Amazon-Route53/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
bin/route53
|
||||
%%SITE_PERL%%/Net/Amazon/Route53.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Route53/Change.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Route53/HostedZone.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Route53/ResourceRecordSet.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrm %%SITE_PERL%%/Net/Amazon/Route53
|
||||
@dirrmtry %%SITE_PERL%%/Net/Amazon
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in a new issue