1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/rubygem-mkrf/Makefile
Steve Wills 0e5343fc8d - Use a patch instead of REINPLACE
- Add STAGEDIR support
2014-02-21 21:11:58 +00:00

19 lines
353 B
Makefile

# Created by: Steve Wills <steve@meatwad.mouf.net>
# $FreeBSD$
PORTNAME= mkrf
PORTVERSION= 0.2.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Replacement to mkmf generates Rakefiles to build C Extensions
USE_RUBY= yes
USE_PYTHON= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>