48a19241b7
There is no license file, but the C sources contain the same BSD style 3-clause license as distributed in the converters/iconv port. While here use @preunexec instead of the deprecated @unexec in pkg-plist. Approved by: bland (maintainer)
18 lines
394 B
Makefile
18 lines
394 B
Makefile
# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
|
|
|
PORTNAME= iconv-extra
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= LOCAL/bland
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
COMMENT= Additional charsets for the iconv library (those from the Unicode site)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libbiconv.so:converters/iconv
|
|
|
|
USES= perl5 uidfix
|
|
|
|
.include <bsd.port.mk>
|