blob: 7831cb3584f84aa7b8169a7f41638a6b29b32af4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= Image-PNG-QRCode
DISTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dvl@FreeBSD.org
COMMENT= Make a PNG image containing a QR code from text
LICENSE= GPLv3
LIB_DEPENDS= libpng.so:graphics/png
USES= perl5
USE_PERL5= configure
post-patch:
${REINPLACE_CMD} -e 's|INC => $$vars->{inc}|INC => "-I${LOCALBASE}/include"|g' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
|