diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-04 18:32:15 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-04 18:32:15 +0000 |
commit | aa97f6b663201860ee93b8e95f2ab70c4aa42642 (patch) | |
tree | 3f20ea5a95c85f5714ca5c4840aca6c7396fe9f2 /lang/php3 | |
parent | 2a530cacecb0d2527a3abaf550217ee5c4db802b (diff) | |
download | ports-aa97f6b663201860ee93b8e95f2ab70c4aa42642.tar.gz ports-aa97f6b663201860ee93b8e95f2ab70c4aa42642.zip |
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/Makefile | 19 |
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" |