15 lines
225 B
Makefile
15 lines
225 B
Makefile
|
COMMENT = Ruby extensions serving DataMapper and DataObjects
|
||
|
|
||
|
DISTNAME = extlib-0.9.16
|
||
|
REVISION = 0
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE = ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|