diff options
author | clement <clement@FreeBSD.org> | 2004-03-18 02:37:02 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-18 02:37:02 +0800 |
commit | 42cc1ec4dc726e54954b3e35ebbe87a2a774082b (patch) | |
tree | f2eac419c2a1a63eee586b388067904ba763e5c8 /www | |
parent | 5ee3a84613a5fdb99764ed6b085a47d1c99ff27d (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | www/mod_rpaf2/Makefile | 12 |
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" |