mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
20 lines
413 B
Makefile
20 lines
413 B
Makefile
PORTNAME= ruby-fogbugz
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 1
|
|
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:devel/rubygem-crack \
|
|
rubygem-multipart-post>=2.0<3:www/rubygem-multipart-post
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|