1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/p5-Apache-Scoreboard/Makefile
Philip M. Gollucci 7abc65f67c - Chase the www/apache20 conversion to devel/pcre only.
Reported by:    pointyhat via pav, erwin
With Hat:       apache@
2010-05-13 00:54:57 +00:00

31 lines
634 B
Makefile

# New ports collection makefile for: Apache-Scoreboard
# Date Created: 08 Oct 2003
# Whom: Trevor S. Cornpropst <tcornpropst@cox.net>
#
# $FreeBSD$
#
PORTNAME= Apache-Scoreboard
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= tcornpropst@cox.net
COMMENT= Perl interface to the Apache scoreboard structure
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
RUN_DEPENDS= ${BUILD_DEPENDS}
CFLAGS+= -I${LOCALBASE}/include
PERL_CONFIGURE= YES
MAN3= Apache::Scoreboard.3
USE_LDCONFIG= YES
.include <bsd.port.mk>