opnsense-ports/dns/libidn2/Makefile
Franco Fichtner f8805cc2b1 */*: sync with upstream
Taken from: FreeBSD
2015-12-05 06:50:03 +01:00

22 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>