2001-01-04 00:21:23 +01:00
|
|
|
# New ports collection makefile for: Apache::AddHostPath
|
|
|
|
# Date created: 04 Nov 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache-AddHostPath
|
|
|
|
PORTVERSION= 0.02
|
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:21:23 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-12-13 19:07:49 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Perl interface for transforming a requested URI based on host/port
|
2001-01-04 00:21:23 +01:00
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2001-01-04 00:21:23 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Apache::AddHostPath.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|