# New ports collection makefile for:	p5-Encode-Punycode
# Date created:				Dec 10, 2010
# Whom:					Timur Bakeyev <timur@FreeBSD.org>
#
# $FreeBSD: ports/converters/p5-Encode-Punycode/Makefile,v 1.1 2010/12/10 01:33:59 timur Exp $
#

PORTNAME=	Encode-Punycode
PORTVERSION=	1.000
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	timur@FreeBSD.org
COMMENT=	Encode plugin for Punycode

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/IDN/Encode.pm:${PORTSDIR}/textproc/p5-Net-IDN-Encode
BUILD_DEPENDS=	${RUN_DEPENDS} \
		${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings

PERL_MODBUILD=	yes

MAN3=		Encode::Punycode.3

.include <bsd.port.mk>
