1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/dns/p5-Net-LibIDN/Makefile
Thomas Abthorpe a2a49934f8 - Reassign to the heap at maintainer's request
Approved by:	portmgr
2012-12-29 04:36:59 +00:00

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>