1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Fix shebang

This commit is contained in:
Martin Wilke 2017-04-14 18:34:57 +00:00
parent f5d4dd4880
commit f92bba0f0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438532

View File

@ -3,6 +3,7 @@
PORTNAME= amq-protocol
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USES= gem python:build shebangfix
SHEBANG_FILES= codegen/codegen.py
.include <bsd.port.mk>