opnsense-ports/devel/rubygem-bones/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

23 lines
507 B
Makefile

PORTNAME= bones
PORTVERSION= 3.9.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool to create new projects from code skeleton
WWW= https://github.com/TwP/bones
LICENSE= MIT
RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \
rubygem-loquacious>=1.9<2:devel/rubygem-loquacious \
rubygem-rake>=13.0<14:devel/rubygem-rake \
rubygem-rdoc>=6.0<7:devel/rubygem-rdoc
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/bones
.include <bsd.port.mk>