freebsd-ports/devel/pear-SebastianBergmann_Git/Makefile
Antoine Brodin 763fd667bb New port: devel/pear-SebastianBergmann_Git
Simple wrapper for Git
WWW: https://github.com/sebastianbergmann/git

PR:		ports/181671
Submitted by:	Gasol Wu
2013-11-17 08:30:23 +00:00

27 lines
706 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= BSD
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
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>