freebsd-ports/converters/iconv-extra/Makefile
Stefan Eßer 48a19241b7 converters/iconv-extra: add license
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)
2022-01-04 22:31:14 +01:00

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>