mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
563135a4ba
- Add LICENSE
21 lines
351 B
Makefile
21 lines
351 B
Makefile
# Created by: Patrick Li <pat@databits.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= slisp
|
|
PORTVERSION= 1.2
|
|
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>
|