freebsd-ports/devel/rubygem-licensee/Makefile
Torsten Zuehlsdorff 1835ac2984 devel/rubygem-licensee: Update from 8.2.0 to 8.7.0
Changes of 8.7.0 including:
- New: Expose license rules as Licensee::Rule (#148)
- New: Recognize underlined license headers in READMEs (#138, props @pchaigno)
- Fixed: Running licensee against a single file on Windows (#144, props @sschuberth)

There were many more changes, but there is no changelog. You need to consult
https://github.com/benbalter/licensee/releases for a list of all changes.
2017-06-28 08:45:56 +00:00

23 lines
437 B
Makefile

# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
# $FreeBSD$
PORTNAME= licensee
PORTVERSION= 8.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Detects under what license a project is distributed
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-rugged>=0.24:devel/rubygem-rugged
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/licensee
.include <bsd.port.mk>