freebsd-ports/devel/pecl-svn/Makefile
Martin Wilke 2f74af49e2 - Add License
PR:		153658
Submitted by:	Tom Judge <tom@tomjudge.com>
Feature safe:	yes
2011-01-26 04:58:21 +00:00

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>