freebsd-ports/converters/convmv/Makefile
Li-Wen Hsu 2764c1275d - Update to 1.14
PR:		ports/130049
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	Kuang-che Wu <kcwu AT csie.org> (maintainer)
2009-01-01 20:12:34 +00:00

27 lines
558 B
Makefile

# New ports collection makefile for: convmv
# Date created: 27 October 2004
# Whom: Kuang-che Wu <kcwu@csie.org>
#
# $FreeBSD$
#
PORTNAME= convmv
PORTVERSION= 1.14
CATEGORIES= converters perl5
MASTER_SITES= http://www.j3e.de/linux/convmv/
MAINTAINER= kcwu@csie.org
COMMENT= Convert filenames from one encoding to another
USE_PERL5= yes
PLIST_FILES= bin/convmv
MAN1= convmv.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500701
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
.endif
.include <bsd.port.post.mk>