1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/dns/p5-Net-LibIDN/Makefile

26 lines
549 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.12
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= domi@nonsensss.de
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>