diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /converters/p5-Unicode-String | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'converters/p5-Unicode-String')
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index 79f2dd80b956..e2f61372747e 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= These are experimental Perl5 modules to handle various Unicode issues +PERL_CONFIGURE= 5.7.2+ + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500804 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif -PERL_CONFIGURE= yes - MAN3= Unicode::CharName.3 Unicode::String.3 .include <bsd.port.post.mk> |