cf1f8145b5
1.19 Fri 3 Sep 2010 - No functional changes - Resolved RT #59037: CSS::Tiny reorders rules - The use of Tie::IxHash to achieve ordering is now documented 1.18 Fri 3 Sep 2010 - Resolved RT #60776: Parsing of multiple whitespace selectors - Added test script specifically for RT regression tests
19 lines
532 B
Makefile
19 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/09/12 12:45:38 wiz Exp $
|
|
|
|
DISTNAME= CSS-Tiny-1.19
|
|
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-Tiny/
|
|
COMMENT= Perl 5 module to read/write .css files with as little code as possible
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/CSS/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|