24 lines
391 B
Makefile
24 lines
391 B
Makefile
COMMENT= provider bindings for Augeas
|
|
|
|
DISTNAME= ruby-augeas-0.5.0
|
|
PKGNAME= ${DISTNAME:S/ruby-//}
|
|
REVISION= 9
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://augeas.net/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
WANTLIB+= augeas pthread xml2
|
|
|
|
LIB_DEPENDS= sysutils/augeas
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKDIST}/ext/augeas/extconf.rb
|
|
|
|
.include <bsd.port.mk>
|