diff options
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r-- | www/mod_php3/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile new file mode 100644 index 0000000..257743e --- /dev/null +++ b/www/mod_php3/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: apache +# Version required: 08.11 +# Date created: Fri Aug 25 16:42:36 CDT 1995 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= apache_0.8.11 +PKGNAME= apache-0.8.11 +CATEGORIES+= networking +MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pub/WWW/apache/ + +.include <bsd.port.mk> |