mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Cleanup BUILD/RUN_DEPS
- Require lang/go 1.4+ - Use INSTALL_PROGRAM - Remove dep on devel/git Submitted by: Adam Weinberger <adamw@adamw.org>
This commit is contained in:
parent
47011257d5
commit
90b174bf84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391513
1 changed files with 5 additions and 6 deletions
|
@ -11,12 +11,11 @@ COMMENT= Docker containment system
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \
|
||||
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
|
||||
${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \
|
||||
BUILD_DEPENDS= go>=1.4:${PORTSDIR}/lang/go \
|
||||
bash:${PORTSDIR}/shells/bash \
|
||||
sqlite3:${PORTSDIR}/databases/sqlite3
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go \
|
||||
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
|
||||
RUN_DEPENDS= go>=1.4:${PORTSDIR}/lang/go \
|
||||
bash:${PORTSDIR}/shells/bash \
|
||||
sqlite3:${PORTSDIR}/databases/sqlite3
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -32,6 +31,6 @@ do-build:
|
|||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL} ${WRKSRC}/bundles/latest/binary/docker ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bundles/latest/binary/docker ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue