22 lines
494 B
Makefile
22 lines
494 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= validates_hostname
|
|
PORTVERSION= 1.0.11
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Extension to ActiveRecord::Base for validating hostnames
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord60>=3.0:databases/rubygem-activerecord60 \
|
|
rubygem-activesupport60>=3.0:devel/rubygem-activesupport60
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|