aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-06-21 01:05:40 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-06-21 01:05:40 +0800
commit76f0c3f9e51434f18370a813e36dfb63e7ce57d2 (patch)
tree0817254813d98a868af8b2f1ad638a7ec518912f
parent2cbcc796288a3e63a110ab3e2fcf797f2ab556eb (diff)
downloadfreebsd-ports-gnome-76f0c3f9e51434f18370a813e36dfb63e7ce57d2.tar.gz
freebsd-ports-gnome-76f0c3f9e51434f18370a813e36dfb63e7ce57d2.tar.zst
freebsd-ports-gnome-76f0c3f9e51434f18370a813e36dfb63e7ce57d2.zip
- Update pkg-descr
-rw-r--r--devel/p5-Tie-iCal/Makefile2
-rw-r--r--devel/p5-Tie-iCal/pkg-descr12
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/p5-Tie-iCal/Makefile b/devel/p5-Tie-iCal/Makefile
index 7c4b9222d359..007c9b71b94b 100644
--- a/devel/p5-Tie-iCal/Makefile
+++ b/devel/p5-Tie-iCal/Makefile
@@ -14,7 +14,7 @@ COMMENT= Tie iCal files to Perl hashes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
diff --git a/devel/p5-Tie-iCal/pkg-descr b/devel/p5-Tie-iCal/pkg-descr
index 4c210e1bb8ca..6e6e7a16f909 100644
--- a/devel/p5-Tie-iCal/pkg-descr
+++ b/devel/p5-Tie-iCal/pkg-descr
@@ -1,6 +1,10 @@
-Tie::iCal represents an RFC2445 iCalendar file as a Perl hash.
-Each key in the hash represents an iCalendar component like VEVENT,
-VTODO or VJOURNAL. Each component in the file must have a unique UID
-property as specified in the RFC 2445.
+Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in the
+hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL. Each
+component in the file must have a unique UID property as specified in the RFC
+2445. A file containing non-unique UIDs can be converted to have only unique
+UIDs (see samples/uniquify.pl).
+
+The module makes very little effort in understanding what each iCalendar
+property means and concentrates on the format of the iCalendar file only.
WWW: http://search.cpan.org/dist/Tie-iCal/