26 lines
455 B
Makefile
26 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/14 12:48:49 jasper Exp $
|
|
|
|
COMMENT= provider bindings for Augeas
|
|
|
|
DISTNAME= ruby-augeas-0.5.0
|
|
PKGNAME= ${DISTNAME:S/ruby-//}
|
|
REVISION= 0
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://augeas.net/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
WANTLIB+= augeas pthread xml2
|
|
|
|
LIB_DEPENDS= sysutils/augeas
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|