blob: f3eb4fd163b5f60620dbbfa05bbe79dcce739664 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: chinsan
# $FreeBSD$
PORTNAME= Text-QRCode
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate text based QR Code
BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
MAN3= Text::QRCode.3
.include <bsd.port.mk>
|