summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Request-AsCGI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTTP-Request-AsCGI/Makefile')
-rw-r--r--www/p5-HTTP-Request-AsCGI/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-HTTP-Request-AsCGI/Makefile b/www/p5-HTTP-Request-AsCGI/Makefile
new file mode 100644
index 00000000000..4dc543d8f4a
--- /dev/null
+++ b/www/p5-HTTP-Request-AsCGI/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 03:39:26 abs Exp $
+
+DISTNAME= HTTP-Request-AsCGI-0.5
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/C/CH/CHANSEN/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/HTTP-Request-AsCGI/
+COMMENT= Setup a CGI enviroment from a HTTP::Request
+
+DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
+DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/HTTP/Request/AsCGI/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"