diff options
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-Map8/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index cd30208baf8f..a5bc68eac78f 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -6,6 +6,7 @@ PORTNAME= Unicode-Map8 PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Mapping table between 8-bit chars and Unicode -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String +RUN_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String PERL_CONFIGURE= yes diff --git a/converters/p5-Unicode-Map8/pkg-plist b/converters/p5-Unicode-Map8/pkg-plist index 6c69b66a8c6a..492a77388df1 100644 --- a/converters/p5-Unicode-Map8/pkg-plist +++ b/converters/p5-Unicode-Map8/pkg-plist @@ -184,8 +184,8 @@ bin/umap %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8/Map8.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8/Map8.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Map8 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8/maps -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8/maps +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode/Map8 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Unicode |