aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pure-readline/Makefile
blob: 69751b2e3f778ad21e0e60f13d19ec755aaee097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    pure-readline
# Date created:     2011-10-21
# Whom:         Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   pure-readline
PORTVERSION=    0.1
CATEGORIES= devel

MAINTAINER= lichray@gmail.com
COMMENT=    A readline interface for the Pure language

USE_PURE=   yes
NO_PURE_EXAMPLES=   yes

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

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