diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-07 07:37:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-07 07:37:23 +0000 |
commit | 0ea4492f8668de5ccbaa405c59fb7f9ddb97d8af (patch) | |
tree | 2b18603561accc9c23cfaf17dcd581d02cb32016 /mail/p5-SES | |
parent | ad76c7db5285cf5831d59e435dfe10de2f8ed0dd (diff) |
Notes
Diffstat (limited to 'mail/p5-SES')
-rw-r--r-- | mail/p5-SES/Makefile | 20 | ||||
-rw-r--r-- | mail/p5-SES/distinfo | 4 |
2 files changed, 13 insertions, 11 deletions
diff --git a/mail/p5-SES/Makefile b/mail/p5-SES/Makefile index 345446dec4c5..efbfc12eb505 100644 --- a/mail/p5-SES/Makefile +++ b/mail/p5-SES/Makefile @@ -9,10 +9,9 @@ PORTNAME= SES PORTVERSION= 1.01 PORTREVISION= 1 CATEGORIES= mail perl5 -MASTER_SITES= http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ \ - http://files.gslin.org/Software/ +MASTER_SITES= http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ PKGNAMEPREFIX= p5- -DISTNAME= ses-tools-2011-10-31 +DISTNAME= ses-tools-2011-11-14 MAINTAINER= stephon@gmail.com COMMENT= Perl module of Amazon Simple Email Services @@ -20,12 +19,10 @@ COMMENT= Perl module of Amazon Simple Email Services LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ +RUN_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww + p5-libwww>=6:${PORTSDIR}/www/p5-libwww NO_BUILD= yes USE_PERL5_RUN= yes @@ -44,7 +41,12 @@ post-extract: do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin/ - ${MKDIR} ${PREFIX}/${SITE_PERL_REL}/ ${INSTALL_DATA} ${WRKSRC}/SES.pm ${PREFIX}/${SITE_PERL_REL}/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +.endif + +.include <bsd.port.post.mk> diff --git a/mail/p5-SES/distinfo b/mail/p5-SES/distinfo index 264985b0e95a..f954d24a2777 100644 --- a/mail/p5-SES/distinfo +++ b/mail/p5-SES/distinfo @@ -1,2 +1,2 @@ -SHA256 (ses-tools-2011-10-31.zip) = b800fd4fd1d83a85e411713767cad21c697d866161df96455b285ded25a075cf -SIZE (ses-tools-2011-10-31.zip) = 293804 +SHA256 (ses-tools-2011-11-14.zip) = f36210e9a594af32e98089a8dcbd90877d572c7a238c03e2ff2493fa95a2aeb7 +SIZE (ses-tools-2011-11-14.zip) = 294281 |