2008-12-28 17:03:11 +01:00
|
|
|
# New ports collection makefile for: rubygem-validatable
|
|
|
|
# Date created: 28, Dec 2008
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= validatable
|
|
|
|
PORTVERSION= 1.6.7
|
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-12-28 17:03:11 +01:00
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Library for adding database/object validations
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
USE_RAKE= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-12-28 17:03:11 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|