freebsd-ports/devel/rubygem-licensee/Makefile
Torsten Zuehlsdorff 98e925a0ab devel/rubygem-licensee: Update from 8.0.0 to 8.2.0
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)
2016-06-17 12:42:17 +00:00

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>