27 lines
649 B
Makefile
27 lines
649 B
Makefile
# 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"
|