aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-String/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Unicode-String/Makefile')
-rw-r--r--converters/p5-Unicode-String/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile
index a57e3d3ab9a3..88688b141726 100644
--- a/converters/p5-Unicode-String/Makefile
+++ b/converters/p5-Unicode-String/Makefile
@@ -1,13 +1,13 @@
-# Created by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
-
PORTNAME= Unicode-String
PORTVERSION= 2.10
+PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 modules to handle various Unicode issues
+WWW= https://metacpan.org/release/Unicode-String
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
@@ -15,4 +15,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/String/String.so
+
.include <bsd.port.mk>