mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
24 lines
553 B
Makefile
24 lines
553 B
Makefile
PORTNAME= aws-crt
|
|
PORTVERSION= 0.1.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= AWS SDK for Ruby - Common Run Time
|
|
WWW= https://github.com/awslabs/aws-crt-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= cmake:devel/cmake-core
|
|
RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi
|
|
|
|
USES= gem python:env shebangfix
|
|
|
|
SHEBANG_GLOB= *.py *.sh
|
|
|
|
post-install:
|
|
${RM} -r ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/tmp/
|
|
${REINPLACE_CMD} -e '/${GEM_LIB_DIR}\/tmp\//d' ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|