|
|
@ -8,17 +8,16 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=perl-text-csv_xs |
|
|
|
PKG_VERSION:=1.39 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=1.40 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/H/HM/HMBRAND/ |
|
|
|
PKG_SOURCE:=Text-CSV_XS-$(PKG_VERSION).tgz |
|
|
|
PKG_HASH:=aa4e424eaf68bea0d0e8c16b961c942b64926e6183ce1dbbc6c799eafb0a9ebd |
|
|
|
PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/H/HM/HMBRAND |
|
|
|
PKG_HASH:=6a448ae1f66768fa5dec1cd2fb246bcaaa3f3ea22d555d1fee8d091833073675 |
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Text-CSV_XS-$(PKG_VERSION) |
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl |
|
|
|
PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com> |
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Text-CSV_XS-$(PKG_VERSION) |
|
|
|
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl |
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|
include ../perl/perlmod.mk |
|
|
@ -28,7 +27,7 @@ define Package/perl-text-csv_xs |
|
|
|
SECTION:=lang |
|
|
|
CATEGORY:=Languages |
|
|
|
TITLE:=Text comma-separated values manipulation routines |
|
|
|
URL:=http://search.cpan.org/dist/Text-CSV_XS/ |
|
|
|
URL:=https://search.cpan.org/dist/Text-CSV_XS/ |
|
|
|
DEPENDS:=perl +perlbase-essential +perlbase-config +perlbase-io +perlbase-dynaloader |
|
|
|
endef |
|
|
|
|
|
|
|