opnsense-ports/devel/libmill/Makefile
Franco Fichtner f3116ef71c */*: sync with upstream
Taken from: FreeBSD
2016-06-14 05:54:05 +02:00

19 lines
352 B
Makefile

# $FreeBSD$
PORTNAME= libmill
PORTVERSION= 1.13
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= libtool pathfix
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>