blob: 6e5c5a9207bae2059b69bf314b2e072ff6eb828e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|