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