mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
28 lines
569 B
Makefile
28 lines
569 B
Makefile
# Created by: Tim Bishop <tdb@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= statgrab
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RF
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Set of Ruby bindings for libstatgrab
|
|
|
|
LIB_DEPENDS= libstatgrab0.so:${PORTSDIR}/devel/libstatgrab0
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBY_EXTCONF= yes
|
|
USES= pkgconfig
|
|
|
|
INSTALL_TARGET= site-install
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.mkdn ${STAGEDIR}${RUBY_MODDOCDIR}
|
|
|
|
.include <bsd.port.mk>
|