1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/security/starttls/Makefile
2017-09-12 15:38:56 +00:00

18 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= starttls
PORTVERSION= 0.10
PORTREVISION= 16
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>