diff options
Diffstat (limited to 'www/mod_auth_mysql/Makefile')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile deleted file mode 100644 index e8fb65867013..000000000000 --- a/www/mod_auth_mysql/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: apache mod_auth_mysql -# Date created: 2000/05/19 -# Whom: jim@thehouselys.net -# -# $FreeBSD$ - -PORTNAME= mod_auth_mysql -PORTVERSION= 3.2 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= SF/mod-auth-mysql/mod-auth-mysql/mod-auth-mysql-1.0 -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} - -MAINTAINER= apache@FreeBSD.org -COMMENT= Allows users to use MySQL databases for user authentication - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_MYSQL= yes - -USE_APACHE= 13 -AP_GENPLIST= yes -PORTDOCS= README USAGE -PLIST_FILES+= %%APACHEMODDIR%%/mod_auth_mysql.so - -post-patch: - ${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' -e 's,apxs,${APXS},' ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor -.endif - -.include <bsd.port.mk> |