blob: 59a99c027ca5dca6dace9a70351793417251148e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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.08
CATEGORIES= dns 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.16:${PORTSDIR}/dns/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>
|