mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
18 lines
372 B
Makefile
18 lines
372 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-pkg-config/Makefile 515559 2019-10-24 17:20:14Z sunpoet $
|
|
|
|
PORTNAME= pkg-config
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= pkg-config implementation for Ruby
|
|
|
|
USES= gem pkgconfig
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|