diff options
Diffstat (limited to 'security/p5-Crypt-License/Makefile')
-rw-r--r-- | security/p5-Crypt-License/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-License/Makefile b/security/p5-Crypt-License/Makefile index ee6ab8c745e8..11ff60986ab4 100644 --- a/security/p5-Crypt-License/Makefile +++ b/security/p5-Crypt-License/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= Crypt-License -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -19,6 +19,6 @@ MAN3= Crypt::License.3 Crypt::License::Util.3 Crypt::License::Notice.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again +IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again .endif .include <bsd.port.post.mk> |