2012-10-12 08:11:53 +02:00
|
|
|
# Created by: Timur Bakeyev <bat@cpan.org>
|
2010-12-10 02:08:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-IDN-Nameprep
|
2012-10-12 08:11:53 +02:00
|
|
|
PORTVERSION= 1.101
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-12-10 02:08:12 +01:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
- 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 15:38:18 +02:00
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
2012-10-12 08:11:53 +02:00
|
|
|
COMMENT= Normalization of domain names (Nameprep, RFC 3491)
|
2010-12-10 02:08:12 +01:00
|
|
|
|
2012-06-29 13:04:34 +02:00
|
|
|
RUN_DEPENDS= p5-Unicode-Stringprep>=0:${PORTSDIR}/converters/p5-Unicode-Stringprep
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
2012-06-29 13:04:34 +02:00
|
|
|
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
2010-12-10 02:08:12 +01:00
|
|
|
|
2013-09-10 09:55:33 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2010-12-10 02:08:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|