freebsd-ports/www/rubygem-addressable/Makefile
Sunpoet Po-Chuan Hsieh 22224a2526 Fix gemspec for rubygem-public_suffix 4.0.0 update
- Bump PORTREVISION for package change
2019-08-02 19:30:31 +00:00

23 lines
430 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= addressable
PORTVERSION= 2.6.0
PORTREVISION= 1
CATEGORIES= www devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Replacement for the URI implementation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-public_suffix>=2.0.2:dns/rubygem-public_suffix
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>