pkgsrc/databases/ruby-dm-is-nested_set/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

14 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/04/06 03:45:08 rodent Exp $
DISTNAME= dm-is-nested_set-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/datamapper/dm-is-nested_set
COMMENT= DataMapper plugin for creating nested sets from data models
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-dm-adjust>=1.2.0<1.3:../../databases/ruby-dm-adjust
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"