mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Do not install p5-MIME-Base64 for newer perls
This commit is contained in:
parent
b496137ddf
commit
2edb464958
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113707
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Unicode-String
|
||||
PORTVERSION= 2.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Unicode
|
||||
|
@ -15,7 +16,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ilia@cgu.chel.su
|
||||
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
.endif
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue