blob: 5df8394621637bb7bcfc35ae4f819c9a842cb84c (
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= 1
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= 20+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
.include <bsd.port.mk>
|