aboutsummaryrefslogblamecommitdiff
path: root/ports-mgmt/create-rb-port/Makefile
blob: 7c52a63f6fbb957b5d861ec814a579dbcac83246 (plain) (tree)
1
2
                              
                     



















                                                                            
PORTNAME=	create-rb-port
PORTVERSION=	0.0.3
CATEGORIES=	ports-mgmt

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Script to ease creation of rubygem- ports

RUN_DEPENDS=	gem:devel/ruby-gems

USE_GITHUB=	yes
GH_ACCOUNT=	swills
GH_PROJECT=	freebsd-ruby

NO_BUILD=	yes

PLIST_FILES=	bin/create-rb-port

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/create-rb-port ${STAGEDIR}${PREFIX}/bin/

.include <bsd.port.mk>