aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-URI-UTF8-Punycode/Makefile
blob: 7a074c3d89298751b25fca279750bcafc5dc7bc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Timur Bakeyev <bat@cpan.org>
# $FreeBSD$

PORTNAME=	URI-UTF8-Punycode
PORTVERSION=	1.00
PORTREVISION=	1
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	5u623l20@gmail.com
COMMENT=	Punycode conversion of UTF-8 string

LICENSE=	GPLv3

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>