1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/converters/convmv/Makefile
Baptiste Daroussin 6cd6417229 Support stage
Fix shebang
2014-01-09 13:19:09 +00:00

21 lines
448 B
Makefile

# Created by: Kuang-che Wu <kcwu@csie.org>
# $FreeBSD$
PORTNAME= convmv
PORTVERSION= 1.15
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
USES= perl5 shebangfix
SHEBANG_FILES= convmv
PLIST_FILES= bin/convmv man/man1/convmv.1.gz
.include <bsd.port.mk>