2006-02-20 22:28:41 +01:00
|
|
|
# New ports collection makefile for: www/p5-RTx-Statistics
|
|
|
|
# Date created: 10-JAN-2006
|
|
|
|
# Whom: Vivek Khera <vivek@khera.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= RTx-Statistics
|
|
|
|
PORTVERSION= 0.1.8
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-02-20 22:28:41 +01:00
|
|
|
CATEGORIES= www perl5
|
2006-12-21 16:48:09 +01:00
|
|
|
MASTER_SITES= http://opensvn.csie.org/RTx_Statistics/releases/${PORTVERSION}/
|
2006-02-20 22:28:41 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-11-30 10:53:10 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-02-20 22:28:41 +01:00
|
|
|
COMMENT= RTx::Statistics - Produces statistical information based on RT3 data
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
|
|
|
|
${RT_PATH}/lib/RT.pm:${PORTSDIR}/www/rt34
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.3+
|
2006-02-20 22:28:41 +01:00
|
|
|
|
|
|
|
RT_PATH?= ${LOCALBASE}/rt3
|
|
|
|
PLIST_SUB= RT_PATH=${RT_PATH} RTPLIST=${RT_PATH:S/^${PREFIX}\///}
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
@cd ${CONFIGURE_WRKSRC} && \
|
|
|
|
${SETENV} ${CONFIGURE_ENV} \
|
|
|
|
${PERL5} Makefile.PL
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|