aboutsummaryrefslogtreecommitdiffstats
path: root/net/pure-sockets/Makefile
blob: 562641d287432f2cb4b4b8e44b7dda2535b679af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$

PORTNAME=   pure-sockets
PORTVERSION=    0.6
CATEGORIES= net

MAINTAINER= lichray@gmail.com
COMMENT=    Pure language interface to the Berkeley socket functions

USE_PURE=   yes

PLIST_FILES=    lib/pure/sockets.pure \
        lib/pure/sockets.so

.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
.include <bsd.port.mk>