blob: f11ae2a56d2befc42df6f31d2fed386a57e053f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= native-package-installer
PORTVERSION= 1.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Helper to install native packages on "gem install"
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/doc/text/lgpl-3.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|