blob: 1873a65b01f772dee689c9a4e298dbafc0971b0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= Git
PORTVERSION= 1.2.0
CATEGORIES= devel pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-SebastianBergmann_
MAINTAINER= gasol.wu@gmail.com
COMMENT= Simple wrapper for Git
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= pear>=1.9.4:devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>
|