1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/libmonetra/Makefile
Tijl Coosemans c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00

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>