freebsd-ports/devel/rubygem-patch_finder/Makefile
Antoine Brodin d8e5231430 New port: devel/rubygem-patch_finder
PatchFinder is a toolkit to find software patches.

WWW: https://github.com/wchen-r7/Patch-Finder
2016-05-15 07:04:12 +00:00

20 lines
273 B
Makefile

# $FreeBSD$
PORTNAME= patch_finder
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generic Patch Finder
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/msu_finder
.include <bsd.port.mk>