diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-09 12:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-09 12:28:36 +0000 |
commit | b0c77ceb76b279f6aa1fc3cc9758552083ebc1cd (patch) | |
tree | 91ba80f0b61375cebee956eb786a92e21d5a66d2 /www/p5-Apache-GopherHandler/Makefile | |
parent | cef5c8203a75540e77af8275565f63f2d3fd6e17 (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-GopherHandler/Makefile')
-rw-r--r-- | www/p5-Apache-GopherHandler/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-Apache-GopherHandler/Makefile b/www/p5-Apache-GopherHandler/Makefile new file mode 100644 index 000000000000..ec8a9f270642 --- /dev/null +++ b/www/p5-Apache-GopherHandler/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Apache-GopherHandler +# Date created: 2004-03-31 +# Whom: Toni Viemerö <toni.viemero@iki.fi> +# +# $FreeBSD$ +# + +PORTNAME= Apache-GopherHandler +PORTVERSION= 0.1 +CATEGORIES= www net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= toni.viemero@iki.fi +COMMENT= Gopher protocol implementation for Apache2 + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 \ + ${SITE_PERL}/Gopher/Server/ParseRequest.pm:${PORTSDIR}/net/p5-Gopher-Server +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Apache::GopherHandler.3 \ + Apache::GopherHandler::TiedSocket.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= "Needs perl 5.6.0 or higher, install lang/perl5 or lang/perl5.8 and try again" +.endif + +.include <bsd.port.post.mk> |