d57252983f
Changes: http://search.cpan.org/dist/Net-IDN-Encode/Changes PR: ports/188073 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# Created by: Timur Bakeyev <bat@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-IDN-Encode
|
|
PORTVERSION= 2.100
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Internationalizing Domain Names in Applications (RFC 3490)
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|