freebsd-ports/devel/pear-SebastianBergmann_Git/Makefile
2014-12-22 17:12:26 +00:00

23 lines
604 B
Makefile

# 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:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>