freebsd-ports/www/p5-Apache-Scoreboard/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

28 lines
601 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}
PERL_CONFIGURE= YES
MAN3= Apache::Scoreboard.3
USE_LDCONFIG= YES
.include <bsd.port.mk>