mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e937d78a46
Libidn2 is an implementation of IDNA2008 internationalized domain names. WWW: http://www.gnu.org/software/libidn/#libidn2
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libidn2
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= dns
|
|
MASTER_SITES= GNU_ALPHA/libidn
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Implementation of IDNA2008 internationalized domain names
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= charsetfix gmake iconv libtool localbase shebangfix
|
|
USE_LDCONFIG= yes
|
|
|
|
INFO= libidn2
|
|
|
|
.include <bsd.port.mk>
|