19 lines
338 B
Makefile
19 lines
338 B
Makefile
COMMENT = Perl bindings for GNU Libidn
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Net-LibIDN-0.12
|
|
CATEGORIES = net
|
|
REVISION = 2
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE =Yes
|
|
|
|
WANTLIB += c idn perl
|
|
|
|
LIB_DEPENDS = devel/libidn
|
|
|
|
CONFIGURE_ARGS =--with-libidn-inc=${LOCALBASE}/include \
|
|
--with-libidn=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|