mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
18 lines
384 B
Makefile
18 lines
384 B
Makefile
# Created by: Brad House <brad@monetra.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmonetra
|
|
PORTVERSION= 7.0.4
|
|
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)
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|