2001-07-07 15:13:48 +02:00
|
|
|
# New ports collection makefile for: mod_put Apache module
|
|
|
|
# Date created: Jun 26 2001
|
|
|
|
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_put
|
|
|
|
PORTVERSION= 1.3
|
2009-04-12 06:54:06 +02:00
|
|
|
PORTREVISION= 1
|
2001-07-07 15:13:48 +02:00
|
|
|
CATEGORIES= www
|
2005-11-25 04:58:32 +01:00
|
|
|
MASTER_SITES= http://perso.ec-lyon.fr/lyonel.vincent/apache/
|
2009-04-12 06:54:06 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
2001-07-07 15:13:48 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= An Apache module that provides PUT and DELETE methods
|
2001-07-07 15:13:48 +02:00
|
|
|
|
2009-05-17 09:24:35 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2003-12-18 17:22:57 +01:00
|
|
|
CONFLICTS= apache-contrib-1.*
|
|
|
|
|
2009-04-12 06:54:06 +02:00
|
|
|
USE_APACHE= 1.3
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2001-07-07 15:13:48 +02:00
|
|
|
|
2009-04-12 06:54:06 +02:00
|
|
|
PORTDOCS= ${PORTNAME}.html
|
2001-07-07 15:13:48 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
2009-04-12 06:54:06 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}/
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR}/
|
2001-07-07 15:13:48 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|