mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/rubygem-amq-protocol: Use USES=python:env and USES=shebangfix for python shebang fix
- Bump PORTREVISION for package change
This commit is contained in:
parent
0b3a28a27f
commit
f90fbcad25
1 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= amq-protocol
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -11,13 +12,12 @@ COMMENT= AMQP serialization library for Ruby
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USES= gem python:env shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/codegen/codegen.py
|
||||
SHEBANG_FILES= codegen/codegen.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue