diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-05-23 23:24:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-05-23 23:24:11 +0000 |
commit | 097ce189e2803556a296c21ea15a8f205226bb54 (patch) | |
tree | a4aaa5adecbf0ab8b505a6487bf8c7bee076e8c6 /security/rubygem-gssapi/Makefile | |
parent | 893f6194bd975a1677c47cad2fbb6cc7ebd3a300 (diff) |
Notes
Diffstat (limited to 'security/rubygem-gssapi/Makefile')
-rw-r--r-- | security/rubygem-gssapi/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/rubygem-gssapi/Makefile b/security/rubygem-gssapi/Makefile new file mode 100644 index 000000000000..507db1da09b8 --- /dev/null +++ b/security/rubygem-gssapi/Makefile @@ -0,0 +1,20 @@ +# Created by: Joseph Benden <joe@thrallingpenguin.com> +# $FreeBSD$ + +PORTNAME= gssapi +PORTVERSION= 1.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= joe@thrallingpenguin.com +COMMENT= Library wrapper for GSSAPI + +LICENSE= MIT + +RUN_DEPENDS= rubygem-ffi>=1.9.3:${PORTSDIR}/devel/rubygem-ffi + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |