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