mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
c88aaf5c89
PR: 195796
20 lines
425 B
Makefile
20 lines
425 B
Makefile
# Created by: Brad House <brad@monetra.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmonetra
|
|
PORTVERSION= 7.0.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.monetra.com/pub/libmonetra/
|
|
DISTNAME= libmonetra-${PORTVERSION}
|
|
|
|
MAINTAINER= brad@monetra.com
|
|
COMMENT= Library for credit card processing through Monetra (formerly MCVE)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
|
|
.include <bsd.port.mk>
|