mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
- Add LICENSE_FILE
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
2ec5003f26
commit
19e97a8cb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500796
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ MAINTAINER= jbeich@FreeBSD.org
|
|||
COMMENT= Version controlled file system
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomiclong>0:devel/py-atomiclong@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}fusepy>=2.0.2:devel/py-fusepy@${PY_FLAVOR} \
|
||||
|
|
|
@ -2,4 +2,4 @@ gitfs is a FUSE file system that fully integrates with git. You can
|
|||
mount a remote repository's branch locally, and any subsequent changes
|
||||
made to the files will be automatically committed to the remote.
|
||||
|
||||
WWW: https://www.presslabs.com/gitfs/
|
||||
WWW: https://www.presslabs.com/code/gitfs/
|
||||
|
|
Loading…
Add table
Reference in a new issue