diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-29 14:45:34 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-29 14:45:34 +0800 |
commit | bc72ac544217f5a0176f91781f1a766fd3b764d5 (patch) | |
tree | 8cbcf8317f6b113c802e6706e07c0ba86cd51f9c /mail | |
parent | 290a6cd7fb4d76f3f314f7137ab44f9e1f770697 (diff) | |
download | freebsd-ports-gnome-bc72ac544217f5a0176f91781f1a766fd3b764d5.tar.gz freebsd-ports-gnome-bc72ac544217f5a0176f91781f1a766fd3b764d5.tar.zst freebsd-ports-gnome-bc72ac544217f5a0176f91781f1a766fd3b764d5.zip |
- Add missing dependency
- Update MASTER_SITES
PR: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer
Diffstat (limited to 'mail')
-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> |