summaryrefslogtreecommitdiff
path: root/lang/php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-03-04 18:32:15 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-03-04 18:32:15 +0000
commitaa97f6b663201860ee93b8e95f2ab70c4aa42642 (patch)
tree3f20ea5a95c85f5714ca5c4840aca6c7396fe9f2 /lang/php3
parentAdd hooks for a standalone php3 slave port. (diff)
Add new standalone php3 port as a slave port of www/mod_php3.
Notes
Notes: svn path=/head/; revision=39049
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"