mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
15
package/perl-encode-detect/perl-encode-detect.mk
Normal file
15
package/perl-encode-detect/perl-encode-detect.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-encode-detect
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_ENCODE_DETECT_VERSION = 1.01
|
||||
PERL_ENCODE_DETECT_SOURCE = Encode-Detect-$(PERL_ENCODE_DETECT_VERSION).tar.gz
|
||||
PERL_ENCODE_DETECT_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JG/JGMYERS
|
||||
PERL_ENCODE_DETECT_DEPENDENCIES = host-perl-module-build
|
||||
PERL_ENCODE_DETECT_LICENSE = MPL-1.1
|
||||
PERL_ENCODE_DETECT_LICENSE_FILES = LICENSE
|
||||
PERL_ENCODE_DETECT_DISTNAME = Encode-Detect
|
||||
|
||||
$(eval $(perl-package))
|
Reference in New Issue
Block a user