diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-06-11 09:55:35 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-06-11 09:55:35 +0000 |
commit | a175fe5db99361e4a07aaec268d7d2813658bbad (patch) | |
tree | 1497f341ac5621acc708388824e392268c5f176d /www/libapreq2/Makefile | |
parent | eeb192e1f761bdad6dc784d336457998d2f07ebc (diff) | |
download | FreeBSD-ports-a175fe5db99361e4a07aaec268d7d2813658bbad.zip FreeBSD-ports-a175fe5db99361e4a07aaec268d7d2813658bbad.tar.gz |
Add p5-libapreq2 2.02r02, generic Apache2 Request Library.
PR: ports/67591
Submitted by: Autrijus Tang autrijus_at_autrijus.org
Diffstat (limited to 'www/libapreq2/Makefile')
-rw-r--r-- | www/libapreq2/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile new file mode 100644 index 0000000..31452fa --- /dev/null +++ b/www/libapreq2/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: p5-libapreq2 +# Date created: June 5, 2004 +# Whom: Autrijus Tang <autrijus@autrijus.org> +# +# $FreeBSD$ +# + +PORTNAME= libapreq2 +PORTVERSION= 2.02r02 +CATEGORIES= www perl5 devel +MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} +MASTER_SITE_SUBDIR=libapreq +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/_/}-dev + +MAINTAINER= autrijus@autrijus.org +COMMENT= Generic Apache2 Request Library + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2:${PORTSDIR}/www/mod_perl2 \ + ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \ + ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2:${PORTSDIR}/www/mod_perl2 + +CONFLICTS= p5-libapreq + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-perl-glue +USE_PERL5= yes +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME:S/_02//} + +MAN3= Apache::Cookie.3 Apache::Request.3 + +.include <bsd.port.mk> |