2d605005d6
Update email address from mew14930xvi@inbox.lv to mce@FreeBSD.org. Reviewed by: osa, fluffy (mentors) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D55874
19 lines
377 B
Makefile
19 lines
377 B
Makefile
PORTNAME= rename
|
|
DISTVERSION= 1.99.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= mce@FreeBSD.org
|
|
COMMENT= Rename multiple files using regular expressions
|
|
WWW= https://rename.sourceforge.net/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
PLIST_FILES= bin/renamex share/man/man1/renamex.1.gz
|
|
|
|
.include <bsd.port.mk>
|