3f45ff28a7
Changes: http://cpansearch.perl.org/src/SADAHIRO/Unicode-Normalize-1.12-withoutworldwriteables/Changes
23 lines
495 B
Makefile
23 lines
495 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.12
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SADAHIRO
|
|
PKGNAMEPREFIX= p5-
|
|
DISTFILES= ${DISTNAME}-withoutworldwriteables${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Unicode Normalization Forms
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Unicode::Normalize.3
|
|
|
|
.include <bsd.port.mk>
|