aboutsummaryrefslogtreecommitdiffstats
path: root/dns/rubygem-validates_hostname/Makefile
blob: 072bbd5b2cfd416e3fce6578ca0aaff4eeeed979 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   validates_hostname
PORTVERSION=    1.0.7
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-activerecord4>=3.0:databases/rubygem-activerecord4 \
        rubygem-activesupport4>=3.0:devel/rubygem-activesupport4

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>