freebsd-ports/www/p5-Apache-SubProcess/Makefile
2002-11-05 02:35:18 +00:00

21 lines
471 B
Makefile

# New ports collection makefile for: Apache-SubProcess
# Date created: 25 October 2002
# Whom: larse@isi.edu
#
# $FreeBSD$
#
PORTNAME= Apache-SubProcess
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= larse@isi.edu
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl
PERL_CONFIGURE= yes
.include <bsd.port.mk>