2014-01-15 02:13:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2014/01/15 02:13:58 jeremy Exp $
|
2012-12-31 14:51:45 +00:00
|
|
|
|
|
|
|
COMMENT= provider bindings for Augeas
|
|
|
|
|
2013-03-13 06:55:29 +00:00
|
|
|
DISTNAME= ruby-augeas-0.5.0
|
2013-02-05 10:32:31 +00:00
|
|
|
PKGNAME= ${DISTNAME:S/ruby-//}
|
2014-01-15 02:13:57 +00:00
|
|
|
REVISION= 3
|
2012-12-31 14:51:45 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
HOMEPAGE= http://augeas.net/
|
|
|
|
|
2013-03-14 12:48:49 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
2012-12-31 14:51:45 +00:00
|
|
|
# LGPLv2.1
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
2013-03-13 06:55:29 +00:00
|
|
|
WANTLIB+= augeas pthread xml2
|
2012-12-31 14:51:45 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= sysutils/augeas
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
|
2013-01-09 17:38:52 +00:00
|
|
|
.include <bsd.port.mk>
|