diff options
Diffstat (limited to 'www/mod_auth_external/Makefile')
-rw-r--r-- | www/mod_auth_external/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/www/mod_auth_external/Makefile b/www/mod_auth_external/Makefile deleted file mode 100644 index d87e7c82f606..000000000000 --- a/www/mod_auth_external/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: mod_auth_external -# Date created: 14 May 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= mod_auth_external -PORTVERSION= 2.1.19 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.unixpapa.com/software/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= Enables the use of external mechanisms for user authentication - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -PORTSCOUT= limit:^2.1 - -CONFLICTS= apache-contrib-1.* - -USE_APACHE= 13 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -PORTDOCS= AUTHENTICATORS CHANGES INSTALL README TODO -PORTEXAMPLES= mysql radius sybase test - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR}/ -.for d in ${PORTEXAMPLES} - ${COPYTREE_SHARE} ${WRKSRC}/${d} ${EXAMPLESDIR}/${d} -.endfor -.endif - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |