21 lines
430 B
Makefile
21 lines
430 B
Makefile
# New ports collection makefile for: Unicode-Normalize
|
|
# Date created: 18 Feb 2006
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Unicode-Normalize
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN/../../authors/id/S/SA/SADAHIRO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Unicode Normalization Forms
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Unicode::Normalize.3
|
|
|
|
.include <bsd.port.mk>
|