04e4e9d581
Update the license as found in the actual source file, and remove the README from _LICENSE_FILES as it does not contain anything regarding licenses. Note that adding the source file as LICENSE_FILE means that the corresponding hash will be different on every version bump. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
439 B
Makefile
14 lines
439 B
Makefile
################################################################################
|
|
#
|
|
# perl-crypt-cbc
|
|
#
|
|
################################################################################
|
|
|
|
PERL_CRYPT_CBC_VERSION = 2.33
|
|
PERL_CRYPT_CBC_SOURCE = Crypt-CBC-$(PERL_CRYPT_CBC_VERSION).tar.gz
|
|
PERL_CRYPT_CBC_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LD/LDS
|
|
PERL_CRYPT_CBC_LICENSE = Artistic
|
|
PERL_CRYPT_CBC_LICENSE_FILES = CBC.pm
|
|
|
|
$(eval $(perl-package))
|