blob: 349f37feec1429a0f35d245f7c09f7320a917e13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= hurley
PORTVERSION= 0.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Common interface for working with different HTTP adapters
WWW= https://github.com/lostisland/hurley
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>
|