1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add pecl-qrencode, it's php extension to generate qrcode, and base on libqrencode.

This commit is contained in:
Vanilla I. Shu 2007-04-16 06:34:20 +00:00
parent 4226d96167
commit dcaec155f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190075
4 changed files with 33 additions and 0 deletions

View File

@ -509,6 +509,7 @@
SUBDIR += pear-Image_Graph
SUBDIR += pecl-imagick
SUBDIR += pecl-imlib2
SUBDIR += pecl-qrencode
SUBDIR += pecomato
SUBDIR += peps
SUBDIR += pgperl

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: pecl-qrencode
# Date created: Apr 16 2007
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= qrencode
PORTVERSION= 0.1
CATEGORIES= graphics pear
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= vanilla
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A PECL extension for generate qrcode
LIB_DEPENDS= qrencode.1:${PORTSDIR}/graphics/libqrencode
USE_PHP= yes
USE_PHPEXT= yes
USE_BZIP2= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (PECL/qrencode-0.1.tar.bz2) = 903a46ab728b0bf12f57bc5407eca8f5
SHA256 (PECL/qrencode-0.1.tar.bz2) = 5417c6aec908fc2bbf53553424b06c95b70dc6cf0e10ec9be722d5fdf023f32d
SIZE (PECL/qrencode-0.1.tar.bz2) = 5689

View File

@ -0,0 +1 @@
A PECL extension for generate qrcode.