aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Imager-QRCode/Makefile
blob: 0933c2678541966c59fc36bb28c29e94fef8bce9 (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
24
25
# Created by: chinsan
# $FreeBSD$

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

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

USES=       perl5
USE_PERL5=  configure
CFLAGS+=    -I${LOCALBASE}/include

MAN3=       Imager::QRCode.3

.include <bsd.port.mk>