freebsd-ports/devel/rubygem-pkg-config/Makefile
2019-09-28 20:03:53 +00:00

20 lines
346 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= pkg-config
PORTVERSION= 1.3.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= pkg-config implementation for Ruby
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LGPL-2.1
USES= gem pkgconfig
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>