pkgsrc/devel/ruby-pathname2/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

15 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/06/13 06:46:48 rillig Exp $
DISTNAME= pathname2-1.6.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Alternate implementation of the Pathname library
GEM_BUILD= gemspec
DEPENDS+= ${RUBY_PKGPREFIX}-facade>=1.0.1:../../devel/ruby-facade
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"