aboutsummaryrefslogtreecommitdiff
path: root/www/mod_sqlinclude/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_sqlinclude/Makefile')
-rw-r--r--www/mod_sqlinclude/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/www/mod_sqlinclude/Makefile b/www/mod_sqlinclude/Makefile
deleted file mode 100644
index 74b717ad6746..000000000000
--- a/www/mod_sqlinclude/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: mod_sqlinclude
-# Date created: October 25 2001
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $FreeBSD$
-
-PORTNAME= mod_sqlinclude
-PORTVERSION= 1.4
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= SF/mod-sqlinclude/mod-sqlinclude/${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= An Apache module implementing config inclusion from MySQL databases
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-USE_APACHE= 13
-USE_MYSQL= yes
-
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-AP_INC= ${LOCALBASE}/include
-AP_LIB= ${LOCALBASE}/lib/mysql -lmysqlclient
-
-PORTDOCS= CHANGES.txt README.txt test.sql
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>