aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Encode-Punycode/Makefile
blob: 620c85b332d3590b020a72ef43062be935e353d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	p5-Encode-Punycode
# Date created:				Dec 10, 2010
# Whom:					Timur Bakeyev <timur@FreeBSD.org>
#
# $FreeBSD$
#

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>