diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-02-25 21:25:26 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-02-25 21:25:26 +0000 |
commit | 1e6a30c3e4d95a65de98d10c5acbce79fbba9c2f (patch) | |
tree | b115470c66337e405ce283f1b92a259fc0812b70 /lang/php5 | |
parent | 24c9b530802059ff5cd106ad07790054dfb4a2dc (diff) | |
download | ports-1e6a30c3e4d95a65de98d10c5acbce79fbba9c2f.tar.gz ports-1e6a30c3e4d95a65de98d10c5acbce79fbba9c2f.zip |
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile new file mode 100644 index 000000000000..7d164f71690d --- /dev/null +++ b/lang/php5/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" |