57d20cdc54
- Bump PORTREVISION for dependency change With hat: perl
24 lines
456 B
Makefile
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>
|