1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/converters/p5-Text-Iconv/Makefile
Vanilla I. Shu 79d02f9eb2 Add a "}" to Makefile, and add "-liconv" to CONFIGURE_ARGV.
It broken on my last commit.

Submitted by:	bento
2001-03-10 04:48:43 +00:00

26 lines
560 B
Makefile

# New ports collection makefile for: Text::Iconv
# Date created: 26 Dec 2000
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Text-Iconv
PORTVERSION= 1.1
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -liconv"
MAN3= Text::Iconv.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>