ced1e88d5e
This update includes an Emacs major version change from 27.0.50 to 28.0.50. Ports that may depend on editors/emacs-devel must chase this update with a PORTREVISION bump. Submitted by: ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D23012
18 lines
387 B
Makefile
18 lines
387 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= starttls
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 19
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME}
|
|
|
|
USES= emacs gmake ssl
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}
|
|
|
|
.include <bsd.port.mk>
|