mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c88aaf5c89
PR: 195796
18 lines
324 B
Makefile
18 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= starttls
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 14
|
|
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
|
|
USE_EMACS= yes
|
|
USE_OPENSSL= yes
|
|
|
|
.include <bsd.port.mk>
|