mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
82d44e0a99
Thanks to: ume Reference: http://lists.airs.net/wl/archive/200208/msg00107.html
21 lines
414 B
Makefile
21 lines
414 B
Makefile
# New ports collection makefile for: starttls
|
|
# Date created: Dec 20, 2003
|
|
# Whom: kuriyama@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= starttls
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
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
|
|
EMACS_PORT_NAME?= emacs21
|
|
|
|
.include <bsd.port.mk>
|