mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
12749c66d2
PR: 124674 Submitted by: Sven Klose <pixel@copei.de> Approved by: maintainer
22 lines
387 B
Makefile
22 lines
387 B
Makefile
# 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
|
|
|
|
USE_APACHE= 20+
|
|
AP_FAST_BUILD= YES
|
|
AP_GENPLIST= YES
|
|
|
|
.include <bsd.port.mk>
|