- Add LICENSE
- Pet portlint: use BUILD_DEPENDS instead of shlib version in LIB_DEPENDS
This commit is contained in:
parent
d1f7995371
commit
d3a0050276
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380539
1 changed files with 6 additions and 3 deletions
|
@ -9,14 +9,17 @@ MASTER_SITES= RG
|
|||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
|
||||
|
||||
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
|
||||
LIB_DEPENDS= libgit2.so.${PORTVERSION}:${PORTSDIR}/devel/libgit2
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake \
|
||||
libgit2>=${PORTVERSION}:${PORTSDIR}/devel/libgit2
|
||||
LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= pkgconfig
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
|
||||
CONFIGURE_ARGS+= --use-system-libraries
|
||||
CONFIGURE_ARGS= --use-system-libraries
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue