freebsd-ports/devel/libmill/Makefile
Baptiste Daroussin ae8ea6a841 Update to 1.17
2016-11-01 20:25:32 +00:00

19 lines
352 B
Makefile

# $FreeBSD$
PORTNAME= libmill
PORTVERSION= 1.17
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
.include <bsd.port.mk>