aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/