aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-hackpad-cli/Makefile
blob: 64516f6b3ee3a55917d2fcea3f5f9199eaf116dd (plain) (tree)
1
2
3
4
5
6
7
8






                                                      
                                                    



                                     





                                                                                   


                   
                   


                         
PORTNAME=	hackpad-cli
PORTVERSION=	0.1.4
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	mose@mose.com
COMMENT=	CLI for some remote hackpad operations
WWW=		https://github.com/mose/hackpad-cli/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-cliprompt>=0.1.2:devel/rubygem-cliprompt \
		rubygem-configstruct>=0.1.0:devel/rubygem-configstruct \
		rubygem-oauth>=0.4.7:net/rubygem-oauth \
		rubygem-paint>=1.0.0:devel/rubygem-paint \
		rubygem-reverse_markdown>=1.0.0:textproc/rubygem-reverse_markdown \
		rubygem-thor>=0:devel/rubygem-thor

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem
PLIST_FILES=	bin/hpcli

.include <bsd.port.mk>