1835ac2984
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.
23 lines
437 B
Makefile
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>
|