diff options
author | chinsan <chinsan@FreeBSD.org> | 2011-02-16 13:03:28 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2011-02-16 13:03:28 +0800 |
commit | bf63e534deec204014bf3dcad720e5bf5e9671cc (patch) | |
tree | 2df51def1f26606071b5b7fd07402e0aca7969b6 /textproc/p5-Text-QRCode/Makefile | |
parent | c8162a68357881eda755f18f03fbf606f3f8df79 (diff) | |
download | freebsd-ports-gnome-bf63e534deec204014bf3dcad720e5bf5e9671cc.tar.gz freebsd-ports-gnome-bf63e534deec204014bf3dcad720e5bf5e9671cc.tar.zst freebsd-ports-gnome-bf63e534deec204014bf3dcad720e5bf5e9671cc.zip |
Add textproc/Text-QRCode, gnerate text based QR Code.
This module allows you to generate QR Code using ' ' and '*'.
WWW: http://search.cpan.org/dist/Text-QRCode/
Diffstat (limited to 'textproc/p5-Text-QRCode/Makefile')
-rw-r--r-- | textproc/p5-Text-QRCode/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-Text-QRCode/Makefile b/textproc/p5-Text-QRCode/Makefile new file mode 100644 index 000000000000..3469c4eb1206 --- /dev/null +++ b/textproc/p5-Text-QRCode/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Text-QRCode +# Date created: 2011/02/14 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Text-QRCode +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Generate text based QR Code + +BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include + +MAN3= Text::QRCode.3 + +.include <bsd.port.mk> |