lang/perl-test-harness: Fix DEPENDS
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
680a140878
commit
7585f8f9d2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Perl Test Harness
|
TITLE:=Perl Test Harness
|
||||||
URL:=http://search.cpan.org/dist/Test-Harness/
|
URL:=http://search.cpan.org/dist/Test-Harness/
|
||||||
DEPENDS:=+perl
|
DEPENDS:=perl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
|
Loading…
Reference in a new issue