1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/lang/slisp/Makefile
Pietro Cerutti 563135a4ba - Remove article from COMMENT line
- Add LICENSE
2014-02-24 09:04:30 +00:00

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>