63784e1546
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15318
26 lines
483 B
Makefile
26 lines
483 B
Makefile
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= licensee
|
|
PORTVERSION= 8.9.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 8
|
|
|
|
MAINTAINER= mfechner@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
|
|
|
|
PORTSCOUT= limit:^8\.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/licensee
|
|
|
|
.include <bsd.port.mk>
|