aboutsummaryrefslogtreecommitdiff
path: root/lang/perl-inline/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-04-16 21:25:16 -0700
committerRosen Penev <rosenp@gmail.com>2019-04-16 21:33:21 -0700
commiteb1907db5cdecb942b98c2d2bd3106aa9b2a9227 (patch)
treee83e2369d777e9031a243c9f1c60c676aeb78cdc /lang/perl-inline/Makefile
parent80d84ce8b835ddbe669df2d9396b21fdc290f8bc (diff)
perl-inline: Update to 0.82
Author and download URL changed. Rearranged Makefile slightly for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang/perl-inline/Makefile')
-rw-r--r--lang/perl-inline/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/perl-inline/Makefile b/lang/perl-inline/Makefile
index c6de5b325..d4189b766 100644
--- a/lang/perl-inline/Makefile
+++ b/lang/perl-inline/Makefile
@@ -8,15 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=perl-inline
-PKG_VERSION:=0.80
+PKG_VERSION:=0.82
PKG_RELEASE:=1
-PKG_SOURCE_URL:=http://www.cpan.org/authors/id/I/IN/INGY
PKG_SOURCE:=Inline-$(PKG_VERSION).tar.gz
-PKG_HASH:=7e2bd984b1ebd43e336b937896463f2c6cb682c956cbd2c311a464363d2ccef6
+PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/T/TI/TINITA
+PKG_HASH:=1af94a8e95e4ba4545592341c47d8d1dc45b01822b877f7d3095a438566e874b
-PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
+PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
+PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Inline-$(PKG_VERSION)
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/perl/Inline-$(PKG_VERSION)
@@ -32,7 +33,7 @@ define Package/perl-inline
SECTION:=lang
CATEGORY:=Languages
TITLE:=Write subroutines in other languages
- URL:=http://search.cpan.org/dist/Inline/
+ URL:=https://search.cpan.org/dist/Inline/
DEPENDS:=perl +perlbase-base +perlbase-config +perlbase-cwd +perlbase-digest +perlbase-essential +perlbase-fcntl +perlbase-file
endef