15 lines
214 B
Makefile
15 lines
214 B
Makefile
|
COMMENT= adds a metaclass method to all Ruby objects
|
||
|
|
||
|
DISTNAME= metaclass-0.0.1
|
||
|
REVISION = 0
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE= ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|