diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9ccc7e92dea72d32d4ae04470bbce43e6f9227da (patch) | |
tree | 20264757b2346c435477e3f6cfdf324086bbafe9 /converters/p5-Unicode-String | |
parent | 07d9e093a64a0c7f96ed0775d50e0f818d98fd80 (diff) | |
download | FreeBSD-ports-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.zip FreeBSD-ports-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.tar.gz |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
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 79f2dd8..e2f6137 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> |