openbsd-ports/devel/p5-Data-ICal/patches/patch-Makefile_PL
giovanni e921e33590 Import p5-Data-ICal, a Perl module to handle vCalendar files.
A Data::ICal object represents a "VCALENDAR" object as defined in the
iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented
in many popular calendaring programs such as Apple's iCal.
2010-04-02 13:34:39 +00:00

11 lines
343 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2010/04/02 13:34:39 giovanni Exp $
--- Makefile.PL.orig Thu Jan 21 18:29:52 2010
+++ Makefile.PL Thu Jan 21 18:29:59 2010
@@ -13,6 +13,5 @@ requires('Class::Accessor');
requires('Text::vFile::asData');
requires('MIME::QuotedPrint');
requires('Class::ReturnValue');
-auto_install();
sign();
WriteAll;