1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/p5-Apache-AddHostPath/Makefile
Will Andrews 45134e2442 Add p5-Apache-AddHostPath 0.02, perl interface for transforming a
requested URI based on host/port.
2001-01-03 23:21:23 +00:00

24 lines
444 B
Makefile

# New ports collection makefile for: Apache::AddHostPath
# Date created: 04 Nov 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Apache-AddHostPath
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Apache::AddHostPath.3
.include <bsd.port.mk>