mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
a2a49934f8
Approved by: portmgr
22 lines
463 B
Makefile
22 lines
463 B
Makefile
# Created by: Dominik Brettnacher <domi@saargate.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-LibIDN
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= This module provides access to the libidn library
|
|
|
|
LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include
|
|
|
|
MAN3= Net::LibIDN.3
|
|
|
|
.include <bsd.port.mk>
|