mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
pecl-mcve is a Interface for the MCVE/Monetra API
(libmonetra [formerly libmcve]), allowing you to work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street Softworks' solution to direct credit card processing for Unix. WWW: http://pecl.php.net/package/mcve/ PR: ports/123665 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
743e582a1c
commit
1345d56b2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213157
4 changed files with 39 additions and 0 deletions
|
@ -1888,6 +1888,7 @@
|
|||
SUBDIR += pecl-htscanner
|
||||
SUBDIR += pecl-inclued
|
||||
SUBDIR += pecl-json
|
||||
SUBDIR += pecl-mcve
|
||||
SUBDIR += pecl-operator
|
||||
SUBDIR += pecl-params
|
||||
SUBDIR += pecl-runkit
|
||||
|
|
28
devel/pecl-mcve/Makefile
Normal file
28
devel/pecl-mcve/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: pecl-mcve
|
||||
# Date created: 14,May 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mcve
|
||||
PORTVERSION= 7.0.1
|
||||
CATEGORIES= devel pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A PECL Extension for Interface the MCVE/Monetra API
|
||||
|
||||
LIB_DEPENDS= mcve.5:${PORTSDIR}/devel/libmcve
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
CONFIGURE_ARGS= --enable-mcve
|
||||
LDFLAGS+= "-L${LOCALBASE}/lib"
|
||||
CFLAGS+= "-I${LOCALBASE}/include"
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pecl-mcve/distinfo
Normal file
3
devel/pecl-mcve/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (PECL/mcve-7.0.1.tgz) = d97e646ac3defeb0c037b6fcb2502be5
|
||||
SHA256 (PECL/mcve-7.0.1.tgz) = 7f48a6d6010f09610d5dd278942cdefeb1d598430f8197ed4d9919ad224824fd
|
||||
SIZE (PECL/mcve-7.0.1.tgz) = 19587
|
7
devel/pecl-mcve/pkg-descr
Normal file
7
devel/pecl-mcve/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
pecl-mcve is a Interface for the MCVE/Monetra API
|
||||
(libmonetra [formerly libmcve]), allowing you to
|
||||
work directly with MCVE/Monetra from your PHP
|
||||
scripts. Monetra is Main Street Softworks' solution
|
||||
to direct credit card processing for Unix.
|
||||
|
||||
WWW: http://pecl.php.net/package/mcve/
|
Loading…
Add table
Reference in a new issue