diff options
author | wiz <wiz> | 2004-04-18 20:29:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-18 20:29:38 +0000 |
commit | 41c011f8adab29713b3971035691f58a2b62bd7a (patch) | |
tree | 0fd065eec219372ff33abab0630ddf090aa478fb /www/p5-Template-Extract | |
parent | a008be4cdc038c5a360b6b726c0336477c879195 (diff) | |
download | pkgsrc-41c011f8adab29713b3971035691f58a2b62bd7a.tar.gz |
Convert to bl3, drop maintainership.
Diffstat (limited to 'www/p5-Template-Extract')
-rw-r--r-- | www/p5-Template-Extract/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Template-Extract/Makefile b/www/p5-Template-Extract/Makefile index 09e72b688de..1c3da879648 100644 --- a/www/p5-Template-Extract/Makefile +++ b/www/p5-Template-Extract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/18 20:29:38 wiz Exp $ DISTNAME= Template-Extract-0.25 PKGNAME= p5-${DISTNAME} @@ -7,13 +7,13 @@ SVR4_PKGNAME= p5tex CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} -MAINTAINER= wiz@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/~autrijus/Template-Extract/ COMMENT= Perl5 module for extracting data structure from TT2-rendered documents DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/Extract/.packlist .include "../../lang/perl5/module.mk" |