7f4572eae4
With hat: portmgr Sponsored by: Absolight
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Bidi
|
|
PORTVERSION= 2.11
|
|
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:devel/p5-ExtUtils-PkgConfig \
|
|
swig3.0:devel/swig30
|
|
LIB_DEPENDS= libfribidi.so:converters/fribidi
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Bidi/private/private.so
|
|
|
|
.include <bsd.port.mk>
|