summaryrefslogblamecommitdiff
path: root/dns/p5-Net-LibIDN/Makefile
blob: 2804c365f34f42d0d2e8bdce115d390afeaff858 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                         
                    
                         
                                        
                           




                                                                 
                                             

                   
                                                                                             





                             
                                                                                 


                           
# New ports collection makefile for:	p5-Net-LibIDN
# Date created:	   06 March 2004
# Whom:		   Dominik Brettnacher <domi@saargate.de>
#
# $FreeBSD$
#

PORTNAME=	Net-LibIDN
PORTVERSION=	0.09
CATEGORIES=	dns perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Net
PKGNAMEPREFIX=	p5-

MAINTAINER=	domi@saargate.de
COMMENT=	This module provides access to the libidn library

LIB_DEPENDS=	idn.16:${PORTSDIR}/dns/libidn

PERL_CONFIGURE=	yes
CONFIGURE_ARGS+=	--with-libidn=${TARGETDIR}/lib --with-libidn-inc=${TARGETDIR}/include

MAN3=		Net::LibIDN.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		requires perl 5.6.1 or later. Install lang/perl5.8 then try again
.endif

.include <bsd.port.post.mk>