diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-26 03:56:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-26 03:56:06 +0800 |
commit | 12cff6b0870f13b08a4c46545f9e44dcb17462f0 (patch) | |
tree | 47f98288e0e91b9404c5d556424a15f4c6b1330f /misc | |
parent | baf4dbdf4337400e72b05ad248a234756ee45b3d (diff) | |
download | freebsd-ports-gnome-12cff6b0870f13b08a4c46545f9e44dcb17462f0.tar.gz freebsd-ports-gnome-12cff6b0870f13b08a4c46545f9e44dcb17462f0.tar.zst freebsd-ports-gnome-12cff6b0870f13b08a4c46545f9e44dcb17462f0.zip |
- Add LICENSE
- Update COMMENT
- Use = instead of +=
- Update WWW
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygem-vpim/Makefile | 7 | ||||
-rw-r--r-- | misc/rubygem-vpim/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/misc/rubygem-vpim/Makefile b/misc/rubygem-vpim/Makefile index b3e2096f93b1..df988555683c 100644 --- a/misc/rubygem-vpim/Makefile +++ b/misc/rubygem-vpim/Makefile @@ -7,12 +7,15 @@ CATEGORIES= misc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= pure-ruby library for decoding and encoding vCard and iCalendar data +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 +PLIST_FILES= bin/reminder bin/rrule .include <bsd.port.mk> diff --git a/misc/rubygem-vpim/pkg-descr b/misc/rubygem-vpim/pkg-descr index 3a1ed9037b33..ac12fadbe9f1 100644 --- a/misc/rubygem-vpim/pkg-descr +++ b/misc/rubygem-vpim/pkg-descr @@ -1,3 +1,3 @@ A pure-ruby library for decoding and encoding vCard and iCalendar data -WWW: http://rubygems.org/gems/vpim/ +WWW: http://vpim.rubyforge.org/ |