# Created by: Chad Castleberry AKA ritalin
# $FreeBSD: tags/RELEASE_10_2_0/sysutils/rename/Makefile 371393 2014-10-23 13:06:38Z culot $

PORTNAME=	rename
PORTVERSION=	1.3
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://mirror2.unixfreunde.de/ \
		http://freebsd.unixfreunde.de/sources/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Rename multiple files using regular expressions

GNU_CONFIGURE=	yes
USES=		gmake

PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz

post-extract:
	@${RM} -f ${WRKSRC}/config.cache

.include <bsd.port.mk>
