aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-05-24 00:15:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-05-24 00:15:12 +0000
commit9c61e62c07de87c082e467cdacfe61d9d5994cce (patch)
tree7996f17d4366e97f9af5107fa9f62f8eff8fbcd3 /security/p5-Digest-SHA/Makefile
parent43e050cb562c55dcd180defc8b4bb1bfa239d208 (diff)
downloadports-9c61e62c07de87c082e467cdacfe61d9d5994cce.tar.gz
ports-9c61e62c07de87c082e467cdacfe61d9d5994cce.zip
[PATCH] security/p5-Digest-SHA: update to 5.37
- Update to 5.37 PR: ports/97696 Submitted by: Yen-Ming Lee <leeym@freebsd.org> Reviewed by: hcoyote@ghostar.org (via irc)
Notes
Notes: svn path=/head/; revision=163217
Diffstat (limited to 'security/p5-Digest-SHA/Makefile')
-rw-r--r--security/p5-Digest-SHA/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile
index 054f402b412e..fd6e475eaa99 100644
--- a/security/p5-Digest-SHA/Makefile
+++ b/security/p5-Digest-SHA/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Digest-SHA
-PORTVERSION= 5.34
+PORTVERSION= 5.37
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
@@ -23,12 +23,7 @@ MAN3= Digest::SHA.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
-RUN_DEPENDS+= ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
-
-post-patch:
- ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/SHA.pm
- ${PERL} -pi -e '$$_="" if m{warnings}' ${WRKSRC}/SHA.pm
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>