diff options
Diffstat (limited to 'converters/iconv-extra/Makefile')
-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> |