1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/converters/convmv/Makefile
2021-04-06 16:31:07 +02:00

22 lines
484 B
Makefile

# Created by: Kuang-che Wu <kcwu@csie.org>
PORTNAME= convmv
PORTVERSION= 2.05
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>