1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/pecl-svn/Makefile
Lev A. Serebryakov 09a0319c83 Update subversion to 1.7.0.
Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.
2011-10-16 14:31:47 +00:00

30 lines
576 B
Makefile

# New ports collection makefile for: pecl-svn
# Date created: 20051220
# Whom: Alex Kiesel <kiesel@schlund.de>
#
# $FreeBSD$
#
PORTNAME= svn
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DISTNAME= svn-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= A PECL extension to the libsvn library
LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion16
CONFLICTS_BUILD=subversion-1.7.[0-9]*
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>