1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/mod_lisp2/Makefile
Pav Lucistnik 91a891ab7c mod_lisp is an Apache 2 module for writing web applications in Common
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>
2007-07-29 11:54:15 +00:00

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>