[Midnightbsd-cvs] mports [16149] trunk/converters/p5-Text-Iconv/Makefile: fix build by forcing gnu iconv

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Apr 8 08:08:48 EDT 2014


Revision: 16149
          http://svnweb.midnightbsd.org/mports/?rev=16149
Author:   laffer1
Date:     2014-04-08 08:08:48 -0400 (Tue, 08 Apr 2014)
Log Message:
-----------
fix build by forcing gnu iconv

Modified Paths:
--------------
    trunk/converters/p5-Text-Iconv/Makefile

Modified: trunk/converters/p5-Text-Iconv/Makefile
===================================================================
--- trunk/converters/p5-Text-Iconv/Makefile	2014-04-08 12:03:18 UTC (rev 16148)
+++ trunk/converters/p5-Text-Iconv/Makefile	2014-04-08 12:08:48 UTC (rev 16149)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Text-Iconv
 PORTVERSION=	1.7
+PORTREVISION=	1
 CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -8,14 +9,14 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl interface to iconv() codeset conversion function
-LICENSE=	perl
 
-USE_ICONV=	yes
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
 
+USES=		iconv:translit
+
 PERL_CONFIGURE=	yes
 CONFIGURE_ARGS+=	INC="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -liconv"
 
-MAN3=		Text::Iconv.3
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list