freebsd-ports/devel/libmonetra/Makefile
Chris D. Faulhaber f121ccbc83 Add libmcve, a library to allow connections to an MCVE Credit
Card Processing Daemon  via SSL, unencrypted IP, and drop-files.
It is the base of other APIs including PHP, PERL, and JAVA.

Submitted by:	Brad House <brad@mcve.com>
2002-03-17 01:15:35 +00:00

21 lines
373 B
Makefile

# New ports collection makefile for: libmcve
# Date Created: 16 March 2002
# Whom: Brad House <brad@mcve.com>
#
# $FreeBSD$
#
PORTNAME= libmcve
PORTVERSION= 2.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.mcve.com/pub/libmcve/
MAINTAINER= brad@mcve.com
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --without-pthread
.include <bsd.port.mk>