diff options
Diffstat (limited to 'www/p5-Squatting/Makefile')
-rw-r--r-- | www/p5-Squatting/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-Squatting/Makefile b/www/p5-Squatting/Makefile new file mode 100644 index 00000000000..85174458f4c --- /dev/null +++ b/www/p5-Squatting/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/11 09:37:19 seb Exp $ + +DISTNAME= Squatting-0.70 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BE/BEPPU/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Squatting/ +COMMENT= Camping-inspired Web microframework for Perl 5 +LICENSE= mit + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Squatting/.packlist + +DEPENDS+= p5-Class-C3-Componentised-[0-9]*:../../devel/p5-Class-C3-Componentised +DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone +DEPENDS+= p5-Continuity>=0.991:../../www/p5-Continuity +DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All +DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS +DEPENDS+= p5-Shell-Perl-[0-9]*:../../devel/p5-Shell-Perl + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |