mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e4a5e25e87
PR: ports/150824 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
24 lines
518 B
Makefile
24 lines
518 B
Makefile
# Ports collection makefile for: rubygem-domainatrix
|
|
# Date created: 22 July 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= domainatrix
|
|
PORTVERSION= 0.0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Library for parsing domain names and canonicalizing URLs
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|