mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
28 lines
498 B
Makefile
28 lines
498 B
Makefile
COMMENT= provider bindings for Augeas
|
|
|
|
V= 0.6.0
|
|
DISTNAME= ruby-augeas-${V}
|
|
PKGNAME= ${DISTNAME:ruby-%=}
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://augeas.net/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c++abi augeas pthread xml2
|
|
|
|
SITES= https://github.com/hercules-team/ruby-augeas/releases/download/release-${V}/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MODULES= lang/ruby
|
|
|
|
LIB_DEPENDS= sysutils/augeas
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKDIST}/ext/augeas/extconf.rb
|
|
|
|
.include <bsd.port.mk>
|