2019-08-11 15:17:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2019/08/11 13:23:40 wiz Exp $
|
2009-08-17 21:28:10 +02:00
|
|
|
|
2015-04-27 14:17:31 +02:00
|
|
|
DISTNAME= Template-Plugin-Autoformat-2.77
|
2009-08-17 21:28:10 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 5
|
2009-08-17 21:28:10 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Template-Plugin-Autoformat
|
2009-08-17 21:28:10 +02:00
|
|
|
COMMENT= Interface to Text::Autoformat module for TT2
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
|
|
|
CONFLICTS+= p5-Template-Toolkit<=2.21
|
|
|
|
|
|
|
|
DEPENDS+= p5-Template-Toolkit>=2.02:../../www/p5-Template-Toolkit
|
|
|
|
DEPENDS+= p5-Text-Autoformat>=1.013:../../textproc/p5-Text-Autoformat
|
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Template/Plugin/Autoformat/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|