pkgsrc/www/p5-CSS/Makefile
rhaen 1c948986b5 - updated to 1.08
- cleaned up dependency to Parse::RecDescent
ChangeLog:
1.08		Dual licensed
2008-07-18 09:49:03 +00:00

20 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/07/18 09:49:03 rhaen Exp $
#
DISTNAME= CSS-1.08
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
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Parse-RecDescent>=1.0:../../devel/p5-Parse-RecDescent
PERL5_PACKLIST= auto/CSS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"