summaryrefslogtreecommitdiff
path: root/perl-css-tiny/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-css-tiny/PKGBUILD')
-rw-r--r--perl-css-tiny/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-css-tiny/PKGBUILD b/perl-css-tiny/PKGBUILD
index a759bee7..cafefacf 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")