mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Unicode-Normalize
|
|
PORTVERSION= 1.16
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SADAHIRO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Unicode Normalization Forms
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Unicode::Normalize.3
|
|
|
|
.include <bsd.port.mk>
|