16 lines
314 B
Makefile
16 lines
314 B
Makefile
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>
|