1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/converters/p5-Net-IDN-Nameprep/Makefile

24 lines
540 B
Makefile

# Created by: Timur Bakeyev <bat@cpan.org>
# $FreeBSD$
PORTNAME= Net-IDN-Nameprep
PORTVERSION= 1.101
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Normalization of domain names (Nameprep, RFC 3491)
RUN_DEPENDS= p5-Unicode-Stringprep>=0:${PORTSDIR}/converters/p5-Unicode-Stringprep
BUILD_DEPENDS:= ${RUN_DEPENDS} \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
USES= perl5
USE_PERL5= modbuild
MAN3= Net::IDN::Nameprep.3
NO_STAGE= yes
.include <bsd.port.mk>