freebsd-ports/converters/convmv/Makefile
Sunpoet Po-Chuan Hsieh 97def556cf Update to 2.03
- While I'm here, add LICENSE_FILE

2.03
- fix man page build due to non-ASCII char (thanks, Anton!)

2.02
- add option --caseful-sz to optionally treat upper-/lowercasing of sz. This
  also fixes unwanted unidirectional lowercasing of U+1E9E

2.01
- map : instead of / in SFU mapping tables

PR:		220491
Submitted by:	Anton Yuzhaninov <citrin@citrin.ru>
Approved by:	Kuang-che Wu <kcwu@csie.org> (maintainer)
2017-07-06 20:58:35 +00:00

23 lines
496 B
Makefile

# Created by: Kuang-che Wu <kcwu@csie.org>
# $FreeBSD$
PORTNAME= convmv
PORTVERSION= 2.03
CATEGORIES= converters perl5
MASTER_SITES= http://www.j3e.de/linux/convmv/ \
http://www.sfr-fresh.com/unix/privat/
MAINTAINER= kcwu@csie.org
COMMENT= Convert filenames from one encoding to another
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2
USES= perl5 shebangfix
SHEBANG_FILES= convmv
NO_ARCH= yes
PLIST_FILES= bin/convmv man/man1/convmv.1.gz
.include <bsd.port.mk>