1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/dns/libidn2/Makefile
Sunpoet Po-Chuan Hsieh e937d78a46 - Add libidn2 0.10
Libidn2 is an implementation of IDNA2008 internationalized domain names.

WWW: http://www.gnu.org/software/libidn/#libidn2
2015-12-04 12:22:22 +00:00

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>