2b287e0c82
library. PR: ports/63931 Submitted by: Dominik Brettnacher <domi@saargate.de>
32 lines
753 B
Makefile
32 lines
753 B
Makefile
# 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.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
COMMENT= This module provides access to the libidn library
|
|
|
|
LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include
|
|
|
|
MAN3= Net::LibIDN.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|