freebsd-ports/misc/rubygem-vpim/Makefile
Sunpoet Po-Chuan Hsieh bf5ddb7bf8 - Add LICENSE
- Update COMMENT
- Use = instead of +=
- Update WWW
2015-05-25 19:56:06 +00:00

21 lines
410 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= vpim
PORTVERSION= 13.11.11
CATEGORIES= misc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby library for decoding and encoding vCard and iCalendar data
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/reminder bin/rrule
.include <bsd.port.mk>