libssh2: update to 1.11.0
[feed/packages.git] / lang / perl-authen-sasl / Makefile
1 #
2 # Copyright (C) 2017 Philip Prindeville <philipp@redfish-solutions.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=perl-authen-sasl
11 PKG_VERSION:=2.16
12 PKG_RELEASE:=2
13
14 PKG_SOURCE_NAME:=Authen-SASL
15 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/G/GB/GBARR/
16 PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.gz
17 PKG_HASH:=6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09
18
19 PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
20 PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>
21
22 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
23
24 include $(INCLUDE_DIR)/package.mk
25 include ../perl/perlmod.mk
26
27 define Package/perl-authen-sasl
28 SUBMENU:=Perl
29 SECTION:=lang
30 CATEGORY:=Languages
31 TITLE:=Generic network authentication protocol framework.
32 URL:=http://search.cpan.org/dist/$(PKG_SOURCE_NAME)/
33 DEPENDS:=perl +perlbase-digest
34 endef
35
36 define Build/Configure
37 $(call perlmod/Configure,,)
38 endef
39
40 define Build/Compile
41 $(call perlmod/Compile,,)
42 endef
43
44 define Package/perl-authen-sasl/install
45 $(call perlmod/Install,$(1),Authen)
46 endef
47
48
49 $(eval $(call BuildPackage,perl-authen-sasl))