diff options
author | antoine <antoine@FreeBSD.org> | 2013-11-17 16:30:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-11-17 16:30:23 +0800 |
commit | 1352df27f85b37c982a58e2a521d65d211babb27 (patch) | |
tree | e812c43fcef5ca44662b2717c6320a3708b2e440 /devel | |
parent | ea712a0568efebcf351a16cb3a7ea6fd0260209a (diff) | |
download | freebsd-ports-gnome-1352df27f85b37c982a58e2a521d65d211babb27.tar.gz freebsd-ports-gnome-1352df27f85b37c982a58e2a521d65d211babb27.tar.zst freebsd-ports-gnome-1352df27f85b37c982a58e2a521d65d211babb27.zip |
New port: devel/pear-SebastianBergmann_Git
Simple wrapper for Git
WWW: https://github.com/sebastianbergmann/git
PR: ports/181671
Submitted by: Gasol Wu
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-SebastianBergmann_Git/Makefile | 27 | ||||
-rw-r--r-- | devel/pear-SebastianBergmann_Git/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-SebastianBergmann_Git/pkg-descr | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 51b29b771cee..443fe575bf61 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3204,6 +3204,7 @@ SUBDIR += pear-PhpDocumentor SUBDIR += pear-Pirum SUBDIR += pear-SebastianBergmann_FinderFacade + SUBDIR += pear-SebastianBergmann_Git SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC SUBDIR += pear-SebastianBergmann_Version diff --git a/devel/pear-SebastianBergmann_Git/Makefile b/devel/pear-SebastianBergmann_Git/Makefile new file mode 100644 index 000000000000..9ec9cce54eda --- /dev/null +++ b/devel/pear-SebastianBergmann_Git/Makefile @@ -0,0 +1,27 @@ +# 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> diff --git a/devel/pear-SebastianBergmann_Git/distinfo b/devel/pear-SebastianBergmann_Git/distinfo new file mode 100644 index 000000000000..eeb23304db53 --- /dev/null +++ b/devel/pear-SebastianBergmann_Git/distinfo @@ -0,0 +1,2 @@ +SHA256 (PEAR/Git-1.2.0.tgz) = b51bd62acc23df45bc49fc97e636317ad92054dd4b8e81e7062233ecb3ce6a62 +SIZE (PEAR/Git-1.2.0.tgz) = 3418 diff --git a/devel/pear-SebastianBergmann_Git/pkg-descr b/devel/pear-SebastianBergmann_Git/pkg-descr new file mode 100644 index 000000000000..d8b92ec1d037 --- /dev/null +++ b/devel/pear-SebastianBergmann_Git/pkg-descr @@ -0,0 +1,3 @@ +Simple wrapper for Git + +WWW: https://github.com/sebastianbergmann/git |