diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/php_doc/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/php_doc/Makefile b/japanese/php_doc/Makefile new file mode 100644 index 000000000000..f6d39da3f184 --- /dev/null +++ b/japanese/php_doc/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ja-php_doc +# Date created: Sun Nov 25 17:56:41 CET 2001 +# Whom: Dirk Froemberg <dirk@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= japanese lang +PHP_LANG= ja +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |