1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/devel/pecl-mcve/Makefile
Martin Wilke 1345d56b2e 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>
2008-05-16 18:56:52 +00:00

29 lines
619 B
Makefile

# 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>