freebsd-ports/devel/rubygem-plist/Makefile
Steve Wills 6d4e5bb4b7 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>
2014-09-06 17:31:48 +00:00

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>