mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
devel/rubygem-plist: create port for rubygem-plist
All-purpose Property List manipulation library WWW: https://github.com/bleything/plist PR: 193342 Submitted by: Renaud Chaput <renchap@cocoa-x.com>
This commit is contained in:
parent
dcea2fb9d7
commit
6d4e5bb4b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367458
@ -4424,6 +4424,7 @@
|
||||
SUBDIR += rubygem-piston
|
||||
SUBDIR += rubygem-pkg-config
|
||||
SUBDIR += rubygem-platform
|
||||
SUBDIR += rubygem-plist
|
||||
SUBDIR += rubygem-polyglot
|
||||
SUBDIR += rubygem-popen4
|
||||
SUBDIR += rubygem-posix-spawn
|
||||
|
17
devel/rubygem-plist/Makefile
Normal file
17
devel/rubygem-plist/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plist
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= renchap@cocoa-x.com
|
||||
COMMENT= All-purpose Property List manipulation library
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-plist/distinfo
Normal file
2
devel/rubygem-plist/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/plist-3.1.0.gem) = 9ae1a010cab13bb533af87d5a1aca23958e5dae8911317244248f9c65bb30866
|
||||
SIZE (rubygem/plist-3.1.0.gem) = 37888
|
3
devel/rubygem-plist/pkg-descr
Normal file
3
devel/rubygem-plist/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
All-purpose Property List manipulation library
|
||||
|
||||
WWW: https://github.com/bleything/plist
|
Loading…
Reference in New Issue
Block a user