aboutsummaryrefslogtreecommitdiff
path: root/www/mod_put/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_put/Makefile')
-rw-r--r--www/mod_put/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/www/mod_put/Makefile b/www/mod_put/Makefile
deleted file mode 100644
index 446e97cf7d0c..000000000000
--- a/www/mod_put/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://perso.ec-lyon.fr/lyonel.vincent/apache/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= An Apache module that provides PUT and DELETE methods
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-CONFLICTS= apache-contrib-1.*
-
-USE_APACHE= 13
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-PORTDOCS= ${PORTNAME}.html
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}/
- @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR}/
-.endif
-
-.include <bsd.port.mk>