mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
e56a7da894
With hat: portmgr-secretary
17 lines
371 B
Makefile
17 lines
371 B
Makefile
PORTNAME= starttls
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 22
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= ports@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>
|