mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.9.0
- Add LICENSE - Cleanup Makefile header - Remove trailing space in pkg-descr Changes: https://github.com/ffi/ffi/commits/master
This commit is contained in:
parent
3ebd8ffec1
commit
07ebb65036
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321542
3 changed files with 7 additions and 10 deletions
|
@ -1,22 +1,19 @@
|
||||||
# New ports collection makefile for: rubygem-ffi
|
# Created by: Christoph Kick
|
||||||
# Date created: 28 April 2010
|
|
||||||
# Whom: Christoph Kick
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= ffi
|
PORTNAME= ffi
|
||||||
PORTVERSION= 1.0.11
|
PORTVERSION= 1.9.0
|
||||||
CATEGORIES= devel rubygems
|
CATEGORIES= devel rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Extension for dynamic libraries & binding functions
|
COMMENT= Extension for dynamic libraries & binding functions
|
||||||
|
|
||||||
|
LICENSE= LGPL3
|
||||||
|
|
||||||
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
|
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RAKE= yes
|
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rubygem/ffi-1.0.11.gem) = 2b253b14b0a850eb274a7a85a04d3a7310993a8a21701b4cb26779aaf932fb9c
|
SHA256 (rubygem/ffi-1.9.0.gem) = 7e73075fd054440d03e9ebedfe9c0240e24783683ebe5351acedb2efbc4fd066
|
||||||
SIZE (rubygem/ffi-1.0.11.gem) = 836608
|
SIZE (rubygem/ffi-1.9.0.gem) = 882176
|
||||||
|
|
Loading…
Add table
Reference in a new issue