freebsd-ports/devel/rubygem-pkg-config/Makefile
Sunpoet Po-Chuan Hsieh 116a3b4e6b - Add LICENSE
2014-11-24 18:24:47 +00:00

21 lines
371 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= pkg-config
PORTVERSION= 1.1.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= pkg-config implementation for Ruby
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
USES= pkgconfig
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>