9727cb19d8
to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS).
25 lines
620 B
Makefile
25 lines
620 B
Makefile
# New ports collection makefile for: p5-Net-IDN-Nameprep
|
|
# Date created: 10 Dec 2010
|
|
# Whom: Timur Bakeyev <bat@cpan.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-IDN-Nameprep
|
|
PORTVERSION= 1.100
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= timur@FreeBSD.org
|
|
COMMENT= normalization of domain names (Nameprep, RFC 3491)
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Unicode/Stringprep.pm:${PORTSDIR}/converters/p5-Unicode-Stringprep
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Net::IDN::Nameprep.3
|
|
|
|
.include <bsd.port.mk>
|