Lines 2-7
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= irb |
3 |
PORTNAME= irb |
4 |
PORTVERSION= 1.0.0 |
4 |
PORTVERSION= 1.0.0 |
|
|
5 |
PORTREVISION= 1 |
5 |
CATEGORIES= devel rubygems |
6 |
CATEGORIES= devel rubygems |
6 |
MASTER_SITES= RG |
7 |
MASTER_SITES= RG |
7 |
|
8 |
|
Lines 16-23
Link Here
|
16 |
|
17 |
|
17 |
NO_ARCH= yes |
18 |
NO_ARCH= yes |
18 |
|
19 |
|
19 |
# irb executable is installed by ruby port |
20 |
PLIST_FILES= bin/irb |
20 |
post-install: |
|
|
21 |
${RM} ${STAGEDIR}${PREFIX}/bin/irb |
22 |
|
21 |
|
23 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.pre.mk> |
|
|
23 |
|
24 |
.if ${RUBY_VER} < 2.6 |
25 |
IGNORE= irb is included in ruby port |
26 |
.endif |
27 |
|
28 |
.include <bsd.port.post.mk> |