aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Text-Bidi/Makefile
blob: cf1a68a2d860e194aef035d3b315b1a636c58667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Text-Bidi
PORTVERSION=    2.09
PORTREVISION=   2
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl interface to the libfribidi

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
LIB_DEPENDS=    libfribidi.so:${PORTSDIR}/converters/fribidi

USE_PERL5=  configure
USES=       perl5

.include <bsd.port.mk>