Bump science/step to version 4.14.3_5
[dports.git] / lang / slisp / Makefile
1 # Created by: Patrick Li <pat@databits.net>
2 # $FreeBSD$
3
4 PORTNAME=       slisp
5 PORTVERSION=    1.2
6 CATEGORIES=     lang lisp
7 MASTER_SITES=   http://www.sigala.it/sandro/files/
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Simple Lisp interpreter
11
12 LICENSE=        BSD2CLAUSE
13
14 GNU_CONFIGURE=  yes
15
16 INFO=           slisp
17 PLIST_FILES=    bin/slisp \
18                 man/man1/slisp.1.gz
19
20 .include <bsd.port.mk>