pkgsrc-wip/p5-Text-Hatena/Makefile
Kamil Rytarowski 7516efc07c Drop from packages "PKG_DESTDIR_SUPPORT= none"
This is an intermediate step forward removing usage of unsupported options.

Most packages didn't build but at least "make clean" now works.
2016-05-28 13:54:50 +02:00

23 lines
837 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/10/09 14:06:30 thomasklausner Exp $
DISTNAME= Text-Hatena-0.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Text-Hatena/
COMMENT= Perl extension for formatting text with Hatena Style
DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser
DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Net-Amazon>=0.34:../../net/p5-Net-Amazon
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww
DEPENDS+= p5-Text-VimColor>=0.11:../../wip/p5-Text-VimColor
PERL5_PACKLIST= auto/Text/Hatena/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"