aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Imager-QRCode/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-24 15:18:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-24 15:18:37 +0000
commit0b418bd98813b82557b983ed103078e2a5bf21d2 (patch)
tree995aa0fd3eeb5e8b03864ef43e3a342e4d6f70f5 /graphics/p5-Imager-QRCode/Makefile
parent1fe825becebc66912db9601009038109ac1e2479 (diff)
downloadports-0b418bd98813b82557b983ed103078e2a5bf21d2.tar.gz
ports-0b418bd98813b82557b983ed103078e2a5bf21d2.zip
Update to 0.035
- Use real PORTVERSION - Add LICENSE - Use USES=localbase - Sort PLIST Changes: http://search.cpan.org/dist/Imager-QRCode/Changes
Notes
Notes: svn path=/head/; revision=439318
Diffstat (limited to 'graphics/p5-Imager-QRCode/Makefile')
-rw-r--r--graphics/p5-Imager-QRCode/Makefile11
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>