mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
ffe69abe7d
- add license PR: ports/166280 Submitted by: Kuang-che Wu <kcwu@csie.org> Approved by: itetcu (mentor) Feature safe: yes
26 lines
490 B
Makefile
26 lines
490 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.15
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= http://www.j3e.de/linux/convmv/ \
|
|
http://www.sfr-fresh.com/unix/privat/
|
|
|
|
MAINTAINER= kcwu@csie.org
|
|
COMMENT= Convert filenames from one encoding to another
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USE_PERL5= yes
|
|
PLIST_FILES= bin/convmv
|
|
|
|
MAN1= convmv.1
|
|
|
|
.include <bsd.port.mk>
|