freebsd-ports/textproc/p5-Net-IDN-Encode/Makefile
Jason E. Hale 2737a8e62c - Pass maintainership to submitter
PR:		ports/172813, ports/172814, ports/172815,
		ports/172816, ports/172817, ports/172818,
		ports/172820, ports/172821, ports/172822,
		ports/172823, ports/172824, ports/172825
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	timur (via private email)
		makc, avilla (mentors implicit)
Feature safe:	yes
2012-10-17 13:38:18 +00:00

23 lines
653 B
Makefile

# Created by: Timur Bakeyev <bat@cpan.org>
# $FreeBSD$
PORTNAME= Net-IDN-Encode
PORTVERSION= 2.003
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Internationalizing Domain Names in Applications (RFC 3490)
RUN_DEPENDS= p5-Net-IDN-Nameprep>=0:${PORTSDIR}/converters/p5-Net-IDN-Nameprep
BUILD_DEPENDS:= ${RUN_DEPENDS} \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
PERL_MODBUILD= yes
MAN3= Net::IDN::Encode.3 Net::IDN::Overview.3 Net::IDN::Punycode.3 \
Net::IDN::Punycode::PP.3 Net::IDN::Standards.3 \
Net::IDN::UTS46.3 Net::IDN::UTS46::_Mapping.3
.include <bsd.port.mk>