mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add textproc/p5-HTML-QRCode, generate HTML based QR Code.
WWW: http://search.cpan.org/dist/HTML-QRCode/
This commit is contained in:
parent
d030b77dba
commit
d721eecb6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269232
@ -471,6 +471,7 @@
|
||||
SUBDIR += p5-HTML-Fraction
|
||||
SUBDIR += p5-HTML-HTML5-Parser
|
||||
SUBDIR += p5-HTML-HTMLDoc
|
||||
SUBDIR += p5-HTML-QRCode
|
||||
SUBDIR += p5-HTML-RewriteAttributes
|
||||
SUBDIR += p5-HTML-SBC
|
||||
SUBDIR += p5-HTML-SuperForm
|
||||
|
26
textproc/p5-HTML-QRCode/Makefile
Normal file
26
textproc/p5-HTML-QRCode/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-HTML-QRCode
|
||||
# Date created: 2011/02/14
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-QRCode
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Generate HTML based QR Code
|
||||
|
||||
BUILD_DEPENDS= p5-Text-QRCode>0:${PORTSDIR}/textproc/p5-Text-QRCode \
|
||||
libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
MAN3= HTML::QRCode.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-HTML-QRCode/distinfo
Normal file
2
textproc/p5-HTML-QRCode/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (HTML-QRCode-0.01.tar.gz) = 26e23ae91f4ed816a3f45c5784ba69c44f6406a68897313517d797a407b3b22f
|
||||
SIZE (HTML-QRCode-0.01.tar.gz) = 36975
|
3
textproc/p5-HTML-QRCode/pkg-descr
Normal file
3
textproc/p5-HTML-QRCode/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
HTML::QRCode is HTML based QRCode generator, using Text::QRCode
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-QRCode/
|
6
textproc/p5-HTML-QRCode/pkg-plist
Normal file
6
textproc/p5-HTML-QRCode/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/HTML/QRCode.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/QRCode/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/QRCode
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
||||
|
Loading…
Reference in New Issue
Block a user