freebsd-ports/converters/p5-Text-Bidi/Makefile
2014-06-26 15:01:39 +00:00

22 lines
478 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-Bidi
PORTVERSION= 2.09
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>