|
@ -1,5 +1,5 @@ |
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 2010-2014 OpenWrt.org
|
|
|
|
|
|
|
|
|
# Copyright (C) 2010-2015 OpenWrt.org
|
|
|
#
|
|
|
#
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# See /LICENSE for more information.
|
|
|
# See /LICENSE for more information.
|
|
@ -8,12 +8,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=perl-www-mechanize |
|
|
PKG_NAME:=perl-www-mechanize |
|
|
PKG_VERSION:=1.73 |
|
|
|
|
|
|
|
|
PKG_VERSION:=1.74 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=WWW-Mechanize-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=WWW-Mechanize-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/E/ET/ETHER/ |
|
|
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/E/ET/ETHER/ |
|
|
PKG_MD5SUM:=de0a9c528c12793c881151301bc14d1a |
|
|
|
|
|
|
|
|
PKG_MD5SUM:=8ec615225037ac66a2d37f4e9693ef86 |
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl |
|
|
PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl |
|
|
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net> |
|
|
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net> |
|
|