diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:12:35 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:12:35 +0000 |
commit | 38499cc4f9de561964aa3bd7556c9f4c6684f038 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /converters/iconv-extra | |
parent | - Add missing capital S (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'converters/iconv-extra')
-rw-r--r-- | converters/iconv-extra/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/converters/iconv-extra/Makefile b/converters/iconv-extra/Makefile index 4cccab60862d..3d05d315a9c1 100644 --- a/converters/iconv-extra/Makefile +++ b/converters/iconv-extra/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iconv -# Date created: 10 September 2000 -# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> -# +# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> # $FreeBSD$ -# PORTNAME= iconv-extra PORTVERSION= 2.0 @@ -16,6 +12,6 @@ COMMENT= Additional charsets for the iconv library (those from the Unicode site) LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv -USE_PERL5= yes +USES= perl5 .include <bsd.port.mk> |