forked from Lainports/freebsd-ports
- Add LICENSE_FILE Changes: https://github.com/chef/libyajl2-gem/commits/master PR: 220768 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
17 lines
264 B
Makefile
17 lines
264 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libyajl2
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Vendored copy of libyajl2
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|