mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix LICENSE
- Add LICENSE_FILE - Add NO_ARCH - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
eee910d49d
commit
15cbe40b9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489251
2 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,8 @@ CATEGORIES= sysutils
|
||||||
MAINTAINER= skalmanman@gmail.com
|
MAINTAINER= skalmanman@gmail.com
|
||||||
COMMENT= ZnapZend is a ZFS centric backup tool
|
COMMENT= ZnapZend is a ZFS centric backup tool
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3+
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Pod-Simple>=0:textproc/p5-Pod-Simple \
|
BUILD_DEPENDS= p5-Pod-Simple>=0:textproc/p5-Pod-Simple \
|
||||||
p5-IO-Pipely>=0:devel/p5-IO-Pipely \
|
p5-IO-Pipely>=0:devel/p5-IO-Pipely \
|
||||||
|
@ -32,6 +33,7 @@ GH_ACCOUNT= oetiker
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SITE_PERL}
|
CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SITE_PERL}
|
||||||
CONFIGURE_ENV= PERL5LIB=${SITE_PERL}
|
CONFIGURE_ENV= PERL5LIB=${SITE_PERL}
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
USE_RC_SUBR= znapzend
|
USE_RC_SUBR= znapzend
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,4 @@ as time progresses.
|
||||||
The ZnapZend configuration is stored as properties in
|
The ZnapZend configuration is stored as properties in
|
||||||
the ZFS filesystem itself.
|
the ZFS filesystem itself.
|
||||||
|
|
||||||
WWW: http://www.znapzend.org
|
WWW: https://www.znapzend.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue