diff options
Diffstat (limited to 'russian/php_doc/Makefile')
-rw-r--r-- | russian/php_doc/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/russian/php_doc/Makefile b/russian/php_doc/Makefile deleted file mode 100644 index 945908c81618..000000000000 --- a/russian/php_doc/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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$ -# - -# -# Support for the Russian translation of the PHP manual seems to have stopped -# between 20090514 and 20090901. -# - -PORTVERSION= 20090514 -CATEGORIES= russian lang -PKGNAMEPREFIX= -PHP_LANG= ru -MASTERDIR= ${.CURDIR}/../../lang/php_doc - -COMMENT?= PHP documentation in HTML (outdated version) - -MD5_FILE?= ${.CURDIR}/distinfo -WRK_SRC= ${WRKDIR} - -DEPRECATED= Support for the Russian translation of the PHP manual seems to have stopped -EXPIRATION_DATE= 2009-12-31 - -.include "${MASTERDIR}/Makefile" |