freebsd-ports/graphics/p5-Image-PNG-QRCode/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
443 B
Makefile

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>