16 lines
248 B
Makefile
16 lines
248 B
Makefile
|
COMMENT= retrieve the sourcecode for a method
|
||
|
|
||
|
DISTNAME= method_source-1.0.0
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE= ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|