aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libmill/Makefile
blob: 52c6e77ffe4b373244dfdf96f443a078e78cbc9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   libmill
PORTVERSION=    1.14
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>