mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
4e232a670b
Approved by: swills (mentor), portmgr (blanket)
23 lines
423 B
Makefile
23 lines
423 B
Makefile
# Created by: Alex Kiesel <kiesel@schlund.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= svn
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PECL extension to the libsvn library
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion16
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|