ports/devel/rubygem-os/Makefile
Sunpoet Po-Chuan Hsieh 2da2f8c3b3 Add rubygem-os 1.0.0
The OS gem allows for some easy telling if you're on windows or not, as well as
some other helper utilities.

WWW: https://github.com/rdp/os
2017-03-19 00:31:51 +00:00

19 lines
333 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= os
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Allows for some useful and easy functions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>