diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:43:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:43:09 +0000 |
commit | 42d809885503cea1502afb4672e8f0b8701127e0 (patch) | |
tree | 2550f4033916edc0af37d98d980c5f03d941e3f8 /chinese/php_doc-zh | |
parent | b75860c4f5927cf23e82ed747eb72fcac0999bed (diff) |
Added slave port of lang/php_doc for the Chinese (Simplified) language.
Notes
Notes:
svn path=/head/; revision=135912
Diffstat (limited to 'chinese/php_doc-zh')
-rw-r--r-- | chinese/php_doc-zh/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chinese/php_doc-zh/Makefile b/chinese/php_doc-zh/Makefile new file mode 100644 index 000000000000..ebbd96f751ed --- /dev/null +++ b/chinese/php_doc-zh/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: ja-php_doc +# Date created: Sat May 21 16:14:08 EST 2005 +# Whom: Edwin Groothuis <edwin@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= chinese lang +PKGNAMEPREFIX= +PHP_LANG= zh +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |