22 lines
738 B
Makefile
22 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/05/24 15:34:13 tnn2 Exp $
|
|
#
|
|
|
|
DISTNAME= HTML-WebMake-2.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= http://webmake.sourceforge.net/devel/
|
|
|
|
MAINTAINER= pkgsrc-users@pkgsrc.org
|
|
HOMEPAGE= http://webmake.sourceforge.net/devel/
|
|
COMMENT= WebMake is a simple web site management system
|
|
|
|
PERL5_PACKLIST= auto/HTML/WebMake/.packlist
|
|
|
|
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
|
|
DEPENDS+= p5-Text-EtText-[0-9]*:../../wip/p5-Text-EtText
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-XML-Sablotron-[0-9]*:../../textproc/p5-XML-Sablotron
|
|
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|