diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-24 15:18:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-24 15:18:37 +0000 |
commit | 0b418bd98813b82557b983ed103078e2a5bf21d2 (patch) | |
tree | 995aa0fd3eeb5e8b03864ef43e3a342e4d6f70f5 /graphics/p5-Imager-QRCode/Makefile | |
parent | 1fe825becebc66912db9601009038109ac1e2479 (diff) |
Notes
Diffstat (limited to 'graphics/p5-Imager-QRCode/Makefile')
-rw-r--r-- | graphics/p5-Imager-QRCode/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/p5-Imager-QRCode/Makefile b/graphics/p5-Imager-QRCode/Makefile index 5dd861d81ab6..300d9825d612 100644 --- a/graphics/p5-Imager-QRCode/Makefile +++ b/graphics/p5-Imager-QRCode/Makefile @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= Imager-QRCode -PORTVERSION= 0.03.4 -PORTREVISION= 1 +PORTVERSION= 0.035 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-0.034 MAINTAINER= perl@FreeBSD.org COMMENT= Generate QR Code with Imager using libqrencode +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Imager>=0.55:graphics/p5-Imager RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes - -USES= perl5 +USES= localbase perl5 USE_PERL5= configure -CFLAGS+= -I${LOCALBASE}/include .include <bsd.port.mk> |