aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-LibIDN
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-21 20:48:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-21 20:48:03 +0000
commit2b9c512941f8d6005c8c5068351f40f7e3d43e33 (patch)
tree73a37d06589c386a891d15fa326e347ea7696f81 /dns/p5-Net-LibIDN
parent441a0f2110b7b24fb4fac843f6a118de057c7b54 (diff)
downloadports-2b9c512941f8d6005c8c5068351f40f7e3d43e33.tar.gz
ports-2b9c512941f8d6005c8c5068351f40f7e3d43e33.zip
- Add LICENSE
- Convert to new LIB_DEPENDS format - Fix CONFIGURE_ARGS
Notes
Notes: svn path=/head/; revision=334523
Diffstat (limited to 'dns/p5-Net-LibIDN')
-rw-r--r--dns/p5-Net-LibIDN/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile
index f94d22c088c6..a82ae613f890 100644
--- a/dns/p5-Net-LibIDN/Makefile
+++ b/dns/p5-Net-LibIDN/Makefile
@@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= This module provides access to the libidn library
-LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn
+LICENSE= ART10
+
+LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
USES= perl5
USE_PERL5= configure
-CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include
+CONFIGURE_ARGS= --with-libidn=${LOCALBASE}/lib \
+ --with-libidn-inc=${LOCALBASE}/include
.include <bsd.port.mk>