mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
19 lines
371 B
Makefile
19 lines
371 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.02
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Unicode Normalization Forms
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|