blob: d65a98354ff3796348fc4a04e28222f003797819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= slisp
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= lang lisp
MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Lisp interpreter
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
INFO= slisp
PLIST_FILES= bin/slisp \
man/man1/slisp.1.gz
.include <bsd.port.mk>
|