Lines 1-6
Link Here
|
1 |
PORTNAME= oj |
1 |
PORTNAME= oj |
2 |
PORTVERSION= 3.13.23 |
2 |
PORTVERSION= 3.13.23 |
3 |
PORTREVISION= 1 |
3 |
PORTREVISION= 2 |
4 |
CATEGORIES= devel rubygems |
4 |
CATEGORIES= devel rubygems |
5 |
MASTER_SITES= RG |
5 |
MASTER_SITES= RG |
6 |
|
6 |
|
Lines 16-22
USES= gem
Link Here
|
16 |
# TODO: find a better way to do this |
16 |
# TODO: find a better way to do this |
17 |
# Copy all header file, as it is required by rubygem-oj-introspect |
17 |
# Copy all header file, as it is required by rubygem-oj-introspect |
18 |
post-install: |
18 |
post-install: |
19 |
cd ${WRKSRC}/ext/oj && ${FIND} * -name "*.h" -type f -exec ${INSTALL_DATA} {} "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/{}" \; |
19 |
cd ${WRKSRC}/ext/oj && ${INSTALL_DATA} -d "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/" && ${FIND} * -name "*.h" -type f -exec ${INSTALL_DATA} {} "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/{}" \; |
20 |
|
20 |
|
21 |
|
21 |
|
22 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |