summaryrefslogtreecommitdiff
path: root/www/mod_lisp2/Makefile
blob: 26b4b7b9fe083b67c5357d189b37d4de4745d764 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ports collection makefile for:	mod_lisp2
# Date created:				Tue Jul 17 2007
# Whom:					vl
#
# $FreeBSD$
#

PORTNAME=	mod_lisp2
PORTVERSION=	1.3.1
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://freebsd.minira.nl/

MAINTAINER=	viktor.leis@googlemail.com
COMMENT=	Apache2 module for use with Common Lisp

MAKE_JOBS_SAFE=  yes

USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

.include <bsd.port.mk>