summary refs log tree commit diff
path: root/security/libretls/Makefile
diff options
context:
space:
mode:
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>