aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-fcntl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-fcntl/Makefile')
-rw-r--r--devel/rubygem-fcntl/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/rubygem-fcntl/Makefile b/devel/rubygem-fcntl/Makefile
new file mode 100644
index 000000000000..45c60d8ef62e
--- /dev/null
+++ b/devel/rubygem-fcntl/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= fcntl
+PORTVERSION= 1.0.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Load constants defined in the OS fcntl.h C header file
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+
+USES= gem
+USE_RUBY= yes
+
+#NO_ARCH= yes
+
+.include <bsd.port.mk>