aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-SES
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-01-29 06:45:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-01-29 06:45:34 +0000
commitbc72ac544217f5a0176f91781f1a766fd3b764d5 (patch)
tree8cbcf8317f6b113c802e6706e07c0ba86cd51f9c /mail/p5-SES
parent290a6cd7fb4d76f3f314f7137ab44f9e1f770697 (diff)
downloadports-bc72ac544217f5a0176f91781f1a766fd3b764d5.tar.gz
ports-bc72ac544217f5a0176f91781f1a766fd3b764d5.zip
Notes
Diffstat (limited to 'mail/p5-SES')
-rw-r--r--mail/p5-SES/Makefile6
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>