ports/devel/pecl-svn/Makefile
Danilo G. Baio f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00

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>