diff options
author | wiz <wiz> | 2007-09-08 18:42:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-08 18:42:31 +0000 |
commit | 1040a0b6f0c2a0726a46af658ef359827a6d0767 (patch) | |
tree | 8cd4f43b62b628627eaef00cb2980bd853b8967e /www/p5-CSS | |
parent | 95f607dfbbb3ed38a136f50e19f86443b8234688 (diff) | |
download | pkgsrc-1040a0b6f0c2a0726a46af658ef359827a6d0767.tar.gz |
Initial import of p5-CSS-1.07:
Object-oriented access to cascading stylesheets.
Diffstat (limited to 'www/p5-CSS')
-rw-r--r-- | www/p5-CSS/DESCR | 1 | ||||
-rw-r--r-- | www/p5-CSS/Makefile | 19 | ||||
-rw-r--r-- | www/p5-CSS/PLIST | 1 | ||||
-rw-r--r-- | www/p5-CSS/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-CSS/DESCR b/www/p5-CSS/DESCR new file mode 100644 index 00000000000..a8dd18fb028 --- /dev/null +++ b/www/p5-CSS/DESCR @@ -0,0 +1 @@ +Object-oriented access to cascading stylesheets. diff --git a/www/p5-CSS/Makefile b/www/p5-CSS/Makefile new file mode 100644 index 00000000000..bdb1455fb71 --- /dev/null +++ b/www/p5-CSS/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/08 18:42:31 wiz Exp $ +# + +DISTNAME= CSS-1.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CSS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CSS/ +COMMENT= Object oriented access to Cascading Style Sheets + +DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/CSS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CSS/PLIST b/www/p5-CSS/PLIST new file mode 100644 index 00000000000..a2c155615db --- /dev/null +++ b/www/p5-CSS/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/08 18:42:31 wiz Exp $ diff --git a/www/p5-CSS/distinfo b/www/p5-CSS/distinfo new file mode 100644 index 00000000000..a5da8863c36 --- /dev/null +++ b/www/p5-CSS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/09/08 18:42:31 wiz Exp $ + +SHA1 (CSS-1.07.tar.gz) = bbc67e8d0a591168b47a7c76f5989ae7336bf53d +RMD160 (CSS-1.07.tar.gz) = d38c9e0387ef83c2004670743c196d6cd85974cc +Size (CSS-1.07.tar.gz) = 33782 bytes |