blob: c7b5b1e478756cc9339484a1ff3f7d77a5b6fd56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= addressable
PORTVERSION= 2.8.3
CATEGORIES= www devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Replacement for the URI implementation
WWW= https://github.com/sporkmonger/addressable
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-public_suffix>=2.0.2<6.0:dns/rubygem-public_suffix
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= addressable_project
.include <bsd.port.mk>
|