98e925a0ab
8.2.0 - 2016-06-15 * CLI now uses Licensee::Project * Better CLI output * Test improvements * Update README & add test reflecting choosealicense.com changes (#95) * Add information about semantic versioning to README * Update vendored licenses * Licenses now contain a case-sensitive spdx-id metadata field * Removed family and variant metadata fields * Added document-changes condition * Various typographical fixes in the license body text (which will change license hashes) * Updated descriptions 8.1.0 - 2016-04-28 * Allow Licensee.license() to scan a single file * Allow CLI to accept path to file in addition to a directory * Ensure files are read with UTF-8 encoding by default Approved by: junovitch (mentor)
23 lines
437 B
Makefile
23 lines
437 B
Makefile
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= licensee
|
|
PORTVERSION= 8.2.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>
|