mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ff60500447
PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# New ports collection makefile for: pure-sockets
|
|
# Date created: 2011-03-18
|
|
# Whom: 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 <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
|
|
.include <bsd.port.post.mk>
|