diff options
author | jkh <jkh@FreeBSD.org> | 1995-08-28 21:28:45 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-08-28 21:28:45 +0800 |
commit | 582fd7cf4f963509cdc25d5f1351f9bdfd2e3a3a (patch) | |
tree | 59741fad058102b86b3f424f269bc3b0ce7bb6a2 /www/mod_php3/Makefile | |
parent | cac6ac3d34f392a99a54fd9007ac76ca8b93b4a1 (diff) | |
download | freebsd-ports-gnome-582fd7cf4f963509cdc25d5f1351f9bdfd2e3a3a.tar.gz freebsd-ports-gnome-582fd7cf4f963509cdc25d5f1351f9bdfd2e3a3a.tar.zst freebsd-ports-gnome-582fd7cf4f963509cdc25d5f1351f9bdfd2e3a3a.zip |
Port of the APACHE web server.
Submitted by: "Eric L. Hernes" <erich@lodgenet.com>
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 000000000000..257743ec768c --- /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> |