diff options
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" |