freebsd-ports/graphics/p5-Image-PNG-QRCode/Makefile
Sunpoet Po-Chuan Hsieh 57d20cdc54 Remove Perl core modules
- Bump PORTREVISION for dependency change

With hat:	perl
2019-02-10 00:08:21 +00:00

24 lines
456 B
Makefile

# $FreeBSD$
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>