6d4e5bb4b7
All-purpose Property List manipulation library WWW: https://github.com/bleything/plist PR: 193342 Submitted by: Renaud Chaput <renchap@cocoa-x.com>
17 lines
275 B
Makefile
17 lines
275 B
Makefile
# $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>
|