2f74af49e2
PR: 153658 Submitted by: Tom Judge <tom@tomjudge.com> Feature safe: yes
27 lines
519 B
Makefile
27 lines
519 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
|
|
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/subversion
|
|
|
|
LICENSE= PHP301
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|