mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Update to 1.03.
Check for perl version instead of failing ungracefully. PR: ports/47891 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Suggested by: Lars Thegler Reviewed by: tobez
This commit is contained in:
parent
e830864950
commit
220b1ce603
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74669
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Mail-Procmailrc
|
||||
PORTVERSION= 1.00
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
http://scott.wiersdorf.org/perl/
|
||||
@ -18,4 +18,10 @@ MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
BROKEN= This port requires perl 5.6.0
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Mail-Procmailrc-1.00.tar.gz) = f00b983dad673ad563e220ea07a62c74
|
||||
MD5 (Mail-Procmailrc-1.03.tar.gz) = 2e112f9b9268e3d631c37389ad866c61
|
||||
|
Loading…
Reference in New Issue
Block a user