blob: 68c9e069217de85fa074a44e01a4de8ffbc6eff5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: convmv
# Date created: 27 October 2004
# Whom: Kuang-che Wu <kcwu@csie.org>
#
# $FreeBSD$
#
PORTNAME= convmv
PORTVERSION= 1.08
CATEGORIES= converters perl5
MASTER_SITES= http://j3e.de/linux/convmv/
MAINTAINER= kcwu@csie.org
COMMENT= Convert filenames from one encoding to another
USE_PERL5= yes
PLIST_FILES= bin/convmv
MAN1= convmv.1
.include <bsd.port.mk>
|