diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-23 06:21:35 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-23 06:21:35 +0000 |
commit | 15203961b3dbcafd17e23d0b7a9234e968b6d91a (patch) | |
tree | 4e37829b4a2ea42c4d34536ef416ac30fd543ac4 /russian/php_doc | |
parent | 55f2198015381793a86a173074855bfdade01a12 (diff) | |
download | FreeBSD-ports-15203961b3dbcafd17e23d0b7a9234e968b6d91a.zip FreeBSD-ports-15203961b3dbcafd17e23d0b7a9234e968b6d91a.tar.gz |
Added slave port of lang/php_doc for the Russian language
Diffstat (limited to 'russian/php_doc')
-rw-r--r-- | russian/php_doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/russian/php_doc/Makefile b/russian/php_doc/Makefile new file mode 100644 index 0000000..ac65c4c --- /dev/null +++ b/russian/php_doc/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= russian lang +PKGNAMEPREFIX= +PHP_LANG= ru +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |