blob: b48cf0a35c251363df810c727e80d246a7496612 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: libmcve
# Date Created: 16 March 2002
# Whom: 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)
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
CONFLICTS= libproxy-[0-9]*
.include <bsd.port.mk>
|