Tweak misc/posixtestsuite version 1.5.2
[dports.git] / converters / p5-Text-Bidi / Makefile
1 # Created by: Michael Johnson <ahze@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Text-Bidi
5 PORTVERSION=    2.09
6 PORTREVISION=   2
7 CATEGORIES=     converters perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl interface to the libfribidi
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
18 LIB_DEPENDS=    libfribidi.so:${PORTSDIR}/converters/fribidi
19
20 USE_PERL5=      configure
21 USES=           perl5
22
23 .include <bsd.port.mk>