freebsd-ports/devel/rubygem-plist/Makefile
Steve Wills c885023f87 devel/rubygem-plist: update to 3.4.0
PR:		224764
Approved by:	maintainer timeout (renchap@cocoa-x.com, > 2 weeks)
2018-01-15 15:08:08 +00:00

18 lines
294 B
Makefile

# $FreeBSD$
PORTNAME= plist
PORTVERSION= 3.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= All-purpose Property List manipulation library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>