19 lines
373 B
Makefile
19 lines
373 B
Makefile
# Created by: Chad Castleberry AKA ritalin
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rename
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://rename.sourceforge.net/
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|