aboutsummaryrefslogblamecommitdiff
path: root/converters/p5-Text-Iconv/Makefile
blob: 63f452341e7fe5a81ef121fc153f6456b2795fa2 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                        
                   
                                
                    

                   
                               
                                                                     
 
                   
 
                   

                                                      

                             
 
                      
# New ports collection makefile for:	Text::Iconv
# Date created:		26 Dec 2000
# Whom:			Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	Text-Iconv
PORTVERSION=	1.7
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@FreeBSD.org
COMMENT=	Perl interface to iconv() codeset conversion function

USE_ICONV=	yes

PERL_CONFIGURE=	yes
CONFIGURE_ARGS+=	INC="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib -liconv"

MAN3=		Text::Iconv.3

.include <bsd.port.mk>