# New ports collection makefile for:	p5-Imager-QRCode
# Date created:				2007/02/28
# Whom:					chinsan
#
# $FreeBSD: ports/graphics/p5-Imager-QRCode/Makefile,v 1.13 2012/03/01 13:13:40 swills Exp $
#

PORTNAME=	Imager-QRCode
PORTVERSION=	0.03.3
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-0.033

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Generate QR Code with Imager using libqrencode

BUILD_DEPENDS=	p5-Imager>=0.55:${PORTSDIR}/graphics/p5-Imager
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAKE_JOBS_UNSAFE=	yes

PERL_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include

MAN3=		Imager::QRCode.3

.include <bsd.port.mk>
