pkgsrc/devel/ruby-pkg-config/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

26 lines
718 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/04/06 03:45:12 rodent Exp $
DISTNAME= pkg-config-1.1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_RUBYGEMS}
EXTRACT_SUFX= .gem
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://github.com/rcairo/pkg-config
COMMENT= Pure Ruby implementation of pkg-config
LICENSE= gnu-lgpl-v2.1
CONFLICTS+= ${RUBY_PKGPREFIX}-gnome2-glib<0.90.0
USE_RUBY_SETUP= yes
USE_RUBY_SETUP_PKG= yes
CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
--siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
#do-test:
# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${RUBY} test/run-test.rb
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"