mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
8e315b3d56
PR: 204498 Submitted by: matthew@reztek.cz
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>
|