1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/converters/p5-Net-IDN-Nameprep/Makefile
Andrej Zverev 7c2ce3b0d8 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 11:04:34 +00:00

26 lines
601 B
Makefile

# New ports collection makefile for: p5-Net-IDN-Nameprep
# Date created: 10 Dec 2010
# Whom: Timur Bakeyev <bat@cpan.org>
#
# $FreeBSD$
#
PORTNAME= Net-IDN-Nameprep
PORTVERSION= 1.100
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
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
PERL_MODBUILD= yes
MAN3= Net::IDN::Nameprep.3
.include <bsd.port.mk>