mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
91a891ab7c
Lisp. It is distributed with a BSD-style license. WWW: http://www.fractalconcept.com/asp/html/mod_lisp.html PR: ports/114666 Submitted by: Viktor Leis <viktor.leis@googlemail.com>
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# Ports collection makefile for: mod_lisp2
|
|
# Date created: Tue Jul 17 2007
|
|
# Whom: vl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_lisp2
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://freebsd.minira.nl/
|
|
|
|
MAINTAINER= viktor.leis@googlemail.com
|
|
COMMENT= Apache2 module for use with Common Lisp
|
|
|
|
USE_APACHE= 20+
|
|
AP_FAST_BUILD= YES
|
|
AP_GENPLIST= YES
|
|
|
|
.include <bsd.port.mk>
|