aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-svn/Makefile
blob: 43c75cd4483bd1431939750a9203a07f5656df2c (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
28
29
# New ports collection makefile for:    pecl-svn
# Date created:         20051220
# Whom:             Alex Kiesel <kiesel@schlund.de>
#
# $FreeBSD$
#

PORTNAME=   svn
PORTVERSION=    0.5.0
CATEGORIES= devel pear
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
DISTNAME=   svn-${PORTVERSION}
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    PECL

MAINTAINER= wenheping@gmail.com
COMMENT=    A PECL extension to the libsvn library

LIB_DEPENDS=    svn_client-1:${PORTSDIR}/devel/subversion

USE_PHP=    yes
USE_PHPEXT= yes

BROKEN=     does not compile with subversion-1.6
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=    2009-09-09

.include <bsd.port.mk>