aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_mellon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_auth_mellon/Makefile')
-rw-r--r--www/mod_auth_mellon/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/www/mod_auth_mellon/Makefile b/www/mod_auth_mellon/Makefile
deleted file mode 100644
index cbb9ba3c01c1..000000000000
--- a/www/mod_auth_mellon/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Tom Judge <tom@tomjudge.com>
-# $FreeBSD$
-
-PORTNAME= mod_auth_mellon
-PORTVERSION= 0.7.0
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://modmellon.googlecode.com/files/
-DIST_SUBDIR= apache2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Apache auth module for identifying SSO users
-
-LICENSE= GPLv2
-
-LIB_DEPENDS= liblasso.so:${PORTSDIR}/security/lasso \
- libcurl.so:${PORTSDIR}/ftp/curl
-
-USES= pkgconfig
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-apxs2=${APXS}
-CONFIGURE_ENV+= OPENSSL_CFLAGS="-Wall" OPENSSL_LIBS="-lssl"
-
-USE_APACHE= 22+
-
-PLIST_FILES= ${APACHEMODDIR}/mod_auth_mellon.so
-
-NO_STAGE= yes
-.include <bsd.port.mk>