wok-current diff perl-text-template/receipt @ rev 18395

open-vm-tools: add missing dep linux-module-headers
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 01:56:55 2015 +0000 (2015-09-19)
parents 2d12ebd38be4
children 70911f2fdba9
line diff
     1.1 --- a/perl-text-template/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.2 +++ b/perl-text-template/receipt	Sat Sep 19 01:56:55 2015 +0000
     1.3 @@ -5,14 +5,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Text::Template module is a Perl extension."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -LICENSE="GPL"
     1.8 -DEPENDS="perl"
     1.9 -BUILD_DEPENDS="perl"
    1.10 +LICENSE="GPL2"
    1.11  SOURCE="Text-Template"
    1.12  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://www.cpan.org/modules/"
    1.14  WGET_URL="http://perl.plover.com/Template/$TARBALL"
    1.15  
    1.16 +DEPENDS="perl"
    1.17 +BUILD_DEPENDS="perl"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {