aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-02-26 05:25:26 +0800
committerdirk <dirk@FreeBSD.org>2001-02-26 05:25:26 +0800
commit9fcb5db0895a2fa38b08cd5040d123a103f9f7e1 (patch)
tree17d810be5ad913b9a347179f55dcad007ef2fdcd /lang/php5/Makefile
parent31bc3cfe03cf03b3445fe9acce200e5694c275f3 (diff)
downloadfreebsd-ports-gnome-9fcb5db0895a2fa38b08cd5040d123a103f9f7e1.tar.gz
freebsd-ports-gnome-9fcb5db0895a2fa38b08cd5040d123a103f9f7e1.tar.zst
freebsd-ports-gnome-9fcb5db0895a2fa38b08cd5040d123a103f9f7e1.zip
Add new standalone php4 port as a slave port of www/mod_php4.
Based upon work by: Alastair D'Silva <deece@familyhealth.com.au>
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
new file mode 100644
index 000000000000..7d164f71690d
--- /dev/null
+++ b/lang/php5/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: php4
+# Date created: 20 February, 2001
+# Whom: Alastair D'Silva <deece@newmillennium.net.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= php4
+CATEGORIES= lang
+
+MASTERDIR= ${.CURDIR}/../../www/mod_php4
+COMMENT= ${PKGDIR}/pkg-comment.standalone
+PKGMESSAGE= mustnotexist
+PLIST= ${PKGDIR}/pkg-plist.standalone
+
+STANDALONE= yes
+NOPORTDOCS= yes
+
+.include "${MASTERDIR}/Makefile"