diff options
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile new file mode 100644 index 000000000000..7d164f71690d --- /dev/null +++ b/lang/php4/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" |