summaryrefslogtreecommitdiff
path: root/www/mod_authnz_external22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_authnz_external22/Makefile')
-rw-r--r--www/mod_authnz_external22/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/mod_authnz_external22/Makefile b/www/mod_authnz_external22/Makefile
deleted file mode 100644
index fbab8bb4f940..000000000000
--- a/www/mod_authnz_external22/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: José García Juanino <jjuanino@gmail.com>
-# $FreeBSD$
-
-PORTNAME= mod_authnz_external
-PORTVERSION= 3.1.2
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= GOOGLE_CODE
-PKGNAMESUFFIX= 22
-DIST_SUBDIR= apache2
-
-MAINTAINER= eg@fbsd.lt
-COMMENT= Allows users authentication based on external mechanisms on apache 2.2
-
-LICENSE= APACHE20
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USE_APACHE= 22
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-SHORTMODNAME= authnz_external
-PROJECTHOST= mod-auth-external
-
-PORTDOCS= AUTHENTICATORS INSTALL README \
- CHANGES UPGRADE INSTALL.HARDCODE
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>