aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Barcode-ZBar/Makefile
blob: 36606c33fe6eb2d3a1be32128fd6f138f815bce7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Barcode-ZBar
PORTVERSION=	0.04
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to ZBar barcode reader

LIB_DEPENDS=	libzbar.so:graphics/zbar

USES=		perl5
USE_PERL5=	configure
CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"

pre-install:
	${STRIP_CMD} ${WRKSRC}/blib/arch/auto/Barcode/ZBar/ZBar.so

.include <bsd.port.mk>