diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:15:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:15:39 +0000 |
commit | bbf99818e3430ba60a81757c5f41d027ce9f0143 (patch) | |
tree | 8a4db2623d323bc5f7f4efb791b6cfef1c1375bc /arabic/php_doc | |
parent | 7f737b28919c9fefb1437db61f11cb8132277d68 (diff) | |
download | freebsd-ports-bbf99818e3430ba60a81757c5f41d027ce9f0143.zip |
Added slave port of lang/php_doc for the Arabic language.
Diffstat (limited to 'arabic/php_doc')
-rw-r--r-- | arabic/php_doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arabic/php_doc/Makefile b/arabic/php_doc/Makefile new file mode 100644 index 000000000000..1af5a874f654 --- /dev/null +++ b/arabic/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= arabic lang +PKGNAMEPREFIX= +PHP_LANG= ar +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |