freebsd-ports/devel/rubygem-require_all/Makefile
Sunpoet Po-Chuan Hsieh 7a5ebd8ed0 Update to 1.4.0
- Add LICENSE_FILE

Changes:	https://github.com/jarmo/require_all/blob/master/CHANGES
2017-01-07 15:26:49 +00:00

19 lines
315 B
Makefile

# Created by: rpsfa@rit.edu
# $FreeBSD$
PORTNAME= require_all
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Wonderfully simple way to load your code
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>