blob: 945908c816186211468fcfaa5c58dfcc16935106 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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"
|