aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php3
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-03-05 02:32:15 +0800
committerdirk <dirk@FreeBSD.org>2001-03-05 02:32:15 +0800
commitaf626005c670aeeaf9d30ed6021ba1f6bf04b49d (patch)
tree71bbb123e14acc854958e13cbf74309656c3200d /lang/php3
parent00b6f48f525b28ad0c983c1e99ab50d59e984a9d (diff)
downloadfreebsd-ports-gnome-af626005c670aeeaf9d30ed6021ba1f6bf04b49d.tar.gz
freebsd-ports-gnome-af626005c670aeeaf9d30ed6021ba1f6bf04b49d.tar.zst
freebsd-ports-gnome-af626005c670aeeaf9d30ed6021ba1f6bf04b49d.zip
Add new standalone php3 port as a slave port of www/mod_php3.
Diffstat (limited to 'lang/php3')
-rw-r--r--lang/php3/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/php3/Makefile b/lang/php3/Makefile
new file mode 100644
index 000000000000..71f155be8e31
--- /dev/null
+++ b/lang/php3/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: php3
+# Date created: Mon Feb 26 12:20:25 CET 2001
+# Whom: Dirk Froemberg <dirk@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= php3
+CATEGORIES= lang
+
+MASTERDIR= ${.CURDIR}/../../www/mod_php3
+COMMENT= ${PKGDIR}/pkg-comment.standalone
+PKGMESSAGE= mustnotexist
+PLIST= ${PKGDIR}/pkg-plist.standalone
+
+STANDALONE= yes
+NOPORTDOCS= yes
+
+.include "${MASTERDIR}/Makefile"