freebsd-ports/devel/rubygem-mkrf/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

18 lines
351 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
USES= python
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>