diff options
Diffstat (limited to 'perl-css-tiny')
-rw-r--r-- | perl-css-tiny/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-css-tiny/PKGBUILD b/perl-css-tiny/PKGBUILD index a759bee77..cafefacfc 100644 --- a/perl-css-tiny/PKGBUILD +++ b/perl-css-tiny/PKGBUILD @@ -6,8 +6,11 @@ pkgdesc="Read/Write .css files with as little code as possible" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl') -makedepends=() +depends=( + 'perl') +makedepends=( + 'perl-extutils-makemaker' + 'perl-test-simple>=0.47') checkdepends=() url='https://github.com/chorny/CSS-Tiny' source=("http://search.mcpan.org/CPAN/authors/id/C/CH/CHORNY/CSS-Tiny-${pkgver}.tar.gz") |