b7fc7ba655
- adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@
19 lines
328 B
Makefile
19 lines
328 B
Makefile
# Created by: 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>
|