- update to 0.07
- remove USE_GROFF - remove CONFIGURE_STYLE, no longer uses modbuild from gleydson soares
This commit is contained in:
parent
3235186d3f
commit
c6cc9e0cde
@ -1,15 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:52 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/03/23 07:43:33 jasper Exp $
|
||||
|
||||
COMMENT= autodiscover syndication feeds
|
||||
|
||||
MODULES= cpan
|
||||
CPAN_AUTHOR= BTROTT
|
||||
DISTNAME= Feed-Find-0.06
|
||||
REVISION= 0
|
||||
DISTNAME= Feed-Find-0.07
|
||||
CATEGORIES= www
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Feed-Find-0.06.tar.gz) = vkU39lLUEkPL+Y9ek30W8w==
|
||||
RMD160 (Feed-Find-0.06.tar.gz) = /2rp/Eo6nFqKXTaIZb/AHvSKwa8=
|
||||
SHA1 (Feed-Find-0.06.tar.gz) = vt/0qIG6Z3LY/SG72VhWrKDcD4s=
|
||||
SHA256 (Feed-Find-0.06.tar.gz) = g9ROQtifKPXY1X39r9SgCJ8f8QAQoEbBtv/1LMbVsx0=
|
||||
SIZE (Feed-Find-0.06.tar.gz) = 16361
|
||||
MD5 (Feed-Find-0.07.tar.gz) = kjXjygYdC+uc8jy1eVImaQ==
|
||||
RMD160 (Feed-Find-0.07.tar.gz) = 2HsDH+tl+HXdny0bmYm+Vv27bjw=
|
||||
SHA1 (Feed-Find-0.07.tar.gz) = u9634A0MVHF5WgRHynSqm/Hw1rg=
|
||||
SHA256 (Feed-Find-0.07.tar.gz) = AJhPPW58aGcgURi/OWcvXsSrfVlHImqrZ6VwjiobQ2k=
|
||||
SIZE (Feed-Find-0.07.tar.gz) = 46380
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2007/04/18 00:06:49 espie Exp $
|
||||
--- Makefile.PL.orig Wed Apr 18 02:04:58 2007
|
||||
+++ Makefile.PL Wed Apr 18 02:05:08 2007
|
||||
@@ -12,10 +12,12 @@ sign(1);
|
||||
|
||||
include('ExtUtils::AutoInstall');
|
||||
$OpenBSD: patch-Makefile_PL,v 1.2 2011/03/23 07:43:33 jasper Exp $
|
||||
--- Makefile.PL.orig Wed Mar 23 01:42:36 2011
|
||||
+++ Makefile.PL Wed Mar 23 01:42:46 2011
|
||||
@@ -3,10 +3,12 @@ name 'Feed-Find';
|
||||
all_from 'lib/Feed/Find.pm';
|
||||
readme_from 'lib/Feed/Find.pm';
|
||||
|
||||
+=pod
|
||||
requires('Class::ErrorHandler');
|
||||
requires('LWP');
|
||||
requires('HTML::Parser');
|
||||
requires('URI');
|
||||
requires 'Class::ErrorHandler';
|
||||
requires 'LWP';
|
||||
requires 'HTML::Parser';
|
||||
requires 'URI';
|
||||
+=cut
|
||||
|
||||
auto_include();
|
||||
auto_install();
|
||||
test_requires 'Test::More';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user