freebsd-ports/converters/p5-Unicode-String/Makefile
Andrej Zverev 3244293a39 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 08:30:52 +00:00

21 lines
473 B
Makefile

# New ports collection makefile for: p5-Unicode-String
# Date created: 10th September 2000
# Whom: Ilia Chipitsine <ilia@jane.cgu.chel.su>
#
# $FreeBSD$
#
PORTNAME= Unicode-String
PORTVERSION= 2.09
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
PERL_CONFIGURE= yes
MAN3= Unicode::CharName.3 Unicode::String.3
.include <bsd.port.mk>