16 lines
345 B
Makefile
16 lines
345 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|