freebsd-ports/devel/libmill/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
358 B
Makefile

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
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>