summaryrefslogtreecommitdiff
path: root/devel/libmill/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libmill/Makefile')
-rw-r--r--devel/libmill/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/libmill/Makefile b/devel/libmill/Makefile
deleted file mode 100644
index cd393f1157ea..000000000000
--- a/devel/libmill/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= libmill
-PORTVERSION= 1.18
-CATEGORIES= devel
-MASTER_SITES= http://libmill.org/
-
-MAINTAINER= bapt@FreeBSD.org
-COMMENT= Go-style concurrency in CGo-style concurrency in C
-WWW= https://github.com/sustrik/libmill
-
-DEPRECATED= Abandonware, not use in the ports tree
-EXPIRATION_DATE= 2025-12-04
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USES= pathfix libtool
-INSTALL_TARGET= install-strip
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-TEST_TARGET= check
-
-.include <bsd.port.mk>