Mon Oct 17 04:36:46 2011 UTC ()
Add HOMEPAGE and LICENSE.


(hiramatsu)
diff -r1.16 -r1.17 pkgsrc/www/p5-CGI-FastTemplate/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/www/p5-CGI-FastTemplate/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-FastTemplate/Makefile 2011/08/14 16:05:44 1.16
+++ pkgsrc/www/p5-CGI-FastTemplate/Makefile 2011/10/17 04:36:45 1.17
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.16 2011/08/14 16:05:44 obache Exp $ 1# $NetBSD: Makefile,v 1.17 2011/10/17 04:36:45 hiramatsu Exp $
2 2
3DISTNAME= CGI-FastTemplate-1.09 3DISTNAME= CGI-FastTemplate-1.09
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 5 5PKGREVISION= 5
6SVR4_PKGNAME= p5cgf 6SVR4_PKGNAME= p5cgf
7CATEGORIES= www perl5 7CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
 11HOMEPAGE= http://search.cpan.org/dist/CGI-FastTemplate
11COMMENT= Perl5 extension for managing templates 12COMMENT= Perl5 extension for managing templates
 13LICENSE= ${PERL5_LICENSE}
12 14
13PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
14 16
15PERL5_PACKLIST= auto/CGI/FastTemplate/.packlist 17PERL5_PACKLIST= auto/CGI/FastTemplate/.packlist
16 18
17.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"