mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
20 lines
353 B
Makefile
20 lines
353 B
Makefile
# Created by: Alex Kiesel <kiesel@schlund.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= svn
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= PECL extension to the libsvn library
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libsvn_client-1.so:devel/subversion
|
|
|
|
USE_CSTD= c99
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 70 71
|
|
|
|
.include <bsd.port.mk>
|