993ca7ab3c
The validatable library can be included with any Ruby class and provide validations similar to ActiveRecord's. The library follows ActiveRecord's lead for features that are similar and introduces new features.
12 lines
358 B
Makefile
12 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:49 jlam Exp $
|
|
|
|
DISTNAME= validatable-1.6.7
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://validatable.rubyforge.org/
|
|
COMMENT= Library for adding database/object validations
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|