mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
d16f87ef4a
- minor cleanups
30 lines
543 B
Makefile
30 lines
543 B
Makefile
# Created by: Dominic Marks <dom@goodforbusiness.co.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_line_edit
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://apache.webthing.com/mod_line_edit/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}.c
|
|
EXTRACT_SUFX=
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache module for simple text rewriting
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_APACHE= 22+
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
pre-extract:
|
|
@${MKDIR} ${WRKSRC}
|
|
|
|
do-extract:
|
|
@${CP} ${DISTDIR}/${PORTNAME}.c ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|