freebsd-ports/security/starttls/Makefile
John Marino b841a46135 security/starttls: Add support for any SSL base
Approved by:	SSL blanket
2016-09-12 17:48:59 +00:00

17 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= starttls
PORTVERSION= 0.10
PORTREVISION= 15
CATEGORIES= security
MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME}
GNU_CONFIGURE= yes
USES= gmake ssl
USE_EMACS= yes
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}
.include <bsd.port.mk>