summary refs log tree commit diff
path: root/security/libretls/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-27 21:56:54 +0000
committerJune McEnroe <june@causal.agency>2021-04-27 21:56:54 +0000
commit4d141452de264394884af24040704e21b4d3b933 (patch)
treeb000a382d8b6e23c556f758dd62acc22b7a5e5bd /security/libretls/Makefile
parentUpdate cgit-causal-agency to 2574f086 (diff)
downloadports-4d141452de264394884af24040704e21b4d3b933.tar.gz
ports-4d141452de264394884af24040704e21b4d3b933.zip
Remove libretls port, now upstream
Diffstat (limited to 'security/libretls/Makefile')
-rw-r--r--security/libretls/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/security/libretls/Makefile b/security/libretls/Makefile
deleted file mode 100644
index 5fca48e..0000000
--- a/security/libretls/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD: head/security/libretls/Makefile 561899 2021-01-18 07:55:49Z bapt $
-
-PORTNAME=	libretls
-PORTVERSION=	3.3.1
-CATEGORIES=	security devel
-MASTER_SITES=	https://causal.agency/libretls/
-
-MAINTAINER=	bapt@FreeBSD.org
-COMMENT=	TLS library designed to ease writing foolproof applications
-
-LICENSE=	ISCL
-
-USES=	libtool ssl pkgconfig
-INSTALL_TARGET=	install-strip
-GNU_CONFIGURE=	yes
-
-USE_LDCONFIG=	yes
-
-.include <bsd.port.mk>