mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
19 lines
399 B
Makefile
19 lines
399 B
Makefile
PORTNAME= ruby-fogbugz
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple Ruby wrapper for the Fogbugz XML API
|
|
WWW= https://github.com/szechyjs/ruby-fogbugz
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-crack>=0.4<1:devel/rubygem-crack \
|
|
rubygem-multipart-post>=2.0<3:www/rubygem-multipart-post
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|