mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2b9c512941
- Convert to new LIB_DEPENDS format - Fix CONFIGURE_ARGS
24 lines
483 B
Makefile
24 lines
483 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
|
|
|
|
LICENSE= ART10
|
|
|
|
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ARGS= --with-libidn=${LOCALBASE}/lib \
|
|
--with-libidn-inc=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|