aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-03-18 02:37:02 +0800
committerclement <clement@FreeBSD.org>2004-03-18 02:37:02 +0800
commit42cc1ec4dc726e54954b3e35ebbe87a2a774082b (patch)
treef2eac419c2a1a63eee586b388067904ba763e5c8 /www
parent5ee3a84613a5fdb99764ed6b085a47d1c99ff27d (diff)
downloadfreebsd-ports-gnome-42cc1ec4dc726e54954b3e35ebbe87a2a774082b.tar.gz
freebsd-ports-gnome-42cc1ec4dc726e54954b3e35ebbe87a2a774082b.tar.zst
freebsd-ports-gnome-42cc1ec4dc726e54954b3e35ebbe87a2a774082b.zip
Add mod_rpaf2, a mod_rpaf slave port, for apache2.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_rpaf2/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index c029ab21ac12..5cb402ab80af 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -265,6 +265,7 @@
SUBDIR += mod_roaming
SUBDIR += mod_roaming2
SUBDIR += mod_rpaf
+ SUBDIR += mod_rpaf2
SUBDIR += mod_ruby
SUBDIR += mod_scgi
SUBDIR += mod_security
diff --git a/www/mod_rpaf2/Makefile b/www/mod_rpaf2/Makefile
new file mode 100644
index 000000000000..531e607b10e3
--- /dev/null
+++ b/www/mod_rpaf2/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: mod_rpaf2
+# Date created: Mar 17, 2003
+# Whom: Clement Laforet <clement@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+WITH_APACHE2= yes
+LATEST_LINK= mod_rpaf2
+MASTERDIR= ${.CURDIR}/../mod_rpaf
+
+.include "${MASTERDIR}/Makefile"