diff options
Diffstat (limited to 'mail/p5-SES')
-rw-r--r-- | mail/p5-SES/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/p5-SES/Makefile b/mail/p5-SES/Makefile index 2a110676efb5..345446dec4c5 100644 --- a/mail/p5-SES/Makefile +++ b/mail/p5-SES/Makefile @@ -7,8 +7,10 @@ PORTNAME= SES PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= mail perl5 -MASTER_SITES= http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ +MASTER_SITES= http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ \ + http://files.gslin.org/Software/ PKGNAMEPREFIX= p5- DISTNAME= ses-tools-2011-10-31 @@ -20,6 +22,7 @@ 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 \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww @@ -41,6 +44,7 @@ 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> |