diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:55:33 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:55:33 +0000 |
commit | fb5b0c84fb8134192811153ddcf5a6af9a00d4f7 (patch) | |
tree | fd65ca8fc7e7bb8076000fc5b8b00d3d2017a2a3 /converters/iconv-rfc1345 | |
parent | c9d925f767c837e17997429211d0f8092edf4d58 (diff) | |
download | ports-fb5b0c84fb8134192811153ddcf5a6af9a00d4f7.tar.gz ports-fb5b0c84fb8134192811153ddcf5a6af9a00d4f7.zip |
Notes
Diffstat (limited to 'converters/iconv-rfc1345')
-rw-r--r-- | converters/iconv-rfc1345/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index 0f33bc112a88..f2d569a3ba65 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/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-rfc1345 PORTVERSION= 2.0 @@ -16,6 +12,6 @@ COMMENT= Additional charset modules for the iconv library (from RFC1345) LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv -USE_PERL5= yes +USES= perl5 .include <bsd.port.mk> |