2013-09-10 07:12:35 +00:00
|
|
|
# Created by: Kuang-che Wu <kcwu@csie.org>
|
2004-10-27 21:12:27 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= convmv
|
2012-03-21 14:45:12 +00:00
|
|
|
PORTVERSION= 1.15
|
2004-10-27 21:12:27 +00:00
|
|
|
CATEGORIES= converters perl5
|
2009-06-06 11:08:05 +00:00
|
|
|
MASTER_SITES= http://www.j3e.de/linux/convmv/ \
|
|
|
|
http://www.sfr-fresh.com/unix/privat/
|
2004-10-27 21:12:27 +00:00
|
|
|
|
|
|
|
MAINTAINER= kcwu@csie.org
|
|
|
|
COMMENT= Convert filenames from one encoding to another
|
|
|
|
|
2012-03-21 14:45:12 +00:00
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2014-01-09 13:19:09 +00:00
|
|
|
USES= perl5 shebangfix
|
|
|
|
SHEBANG_FILES= convmv
|
|
|
|
PLIST_FILES= bin/convmv man/man1/convmv.1.gz
|
2004-10-27 21:12:27 +00:00
|
|
|
|
2009-07-22 16:27:08 +00:00
|
|
|
.include <bsd.port.mk>
|