1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/converters/convmv/Makefile
Rong-En Fan b67ef76469 - Fix dependency for Perl < 5.7.1
PR:		ports/104671, ports/104672
Submitted by:	Jin-Shan Tseng, Gea-Suan Lin
Approved by:	Kuang-che Wu (maintainer)
2006-10-31 01:16:55 +00:00

29 lines
570 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.10
PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= http://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>