17 lines
279 B
Makefile
17 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:29 espie Exp $
|
|
|
|
COMMENT= Ruby library for creating command line tools
|
|
|
|
DISTNAME= clio-0.3.0
|
|
REVISION= 6
|
|
CATEGORIES= devel
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|