- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
3248958733
commit
d758f54aab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314257
1 changed files with 2 additions and 28 deletions
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: pear-VersionControl_Git
|
||||
# Date created: 11 Feb, 2010
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= VersionControl_Git
|
||||
PORTVERSION= 0.4.4
|
||||
|
@ -15,29 +11,7 @@ COMMENT= OO interface to handle Git repository
|
|||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
FILES= VersionControl/Git.php \
|
||||
VersionControl/Git/Component.php \
|
||||
VersionControl/Git/Exception.php \
|
||||
VersionControl/Git/Object.php \
|
||||
VersionControl/Git/Object/Blob.php \
|
||||
VersionControl/Git/Object/Commit.php \
|
||||
VersionControl/Git/Object/Tree.php \
|
||||
VersionControl/Git/Util/Command.php \
|
||||
VersionControl/Git/Util/RevListFetcher.php
|
||||
|
||||
DOCS= versioncontrol-git.xml
|
||||
_DOCSDIR= doc
|
||||
|
||||
TESTS= README \
|
||||
VersionControl_GitTest.php \
|
||||
VersionControl_Git_ComponentTest.php \
|
||||
VersionControl_Git_ObjectTest.php \
|
||||
VersionControl_Git_Object_BlobTest.php \
|
||||
VersionControl_Git_Object_CommitTest.php \
|
||||
VersionControl_Git_Object_TreeTest.php \
|
||||
VersionControl_Git_Util_CommandTest.php \
|
||||
checkFixtures.php
|
||||
_TESTSDIR= test
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
Loading…
Reference in a new issue