2000-12-04 21:49:26 +01:00
|
|
|
# New ports collection makefile for: reportmagic
|
|
|
|
# Date created: 3 December 2000
|
|
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= reportmagic
|
2003-04-11 17:41:07 +02:00
|
|
|
PORTVERSION= 2.21
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2000-12-04 21:49:26 +01:00
|
|
|
CATEGORIES= www
|
2003-04-11 17:41:07 +02:00
|
|
|
MASTER_SITES= http://www.reportmagic.org/ \
|
2001-06-21 08:46:42 +02:00
|
|
|
http://www.reportmagic.org.uk/ \
|
|
|
|
http://www.reportmagic.de/ \
|
|
|
|
http://be.reportmagic.org/
|
2000-12-04 21:49:26 +01:00
|
|
|
DISTNAME= rmagic-${PORTVERSION}
|
|
|
|
|
2006-04-05 07:46:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A web site statistics post-processor for Analog
|
2000-12-04 21:49:26 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
USE_PERL5= yes
|
|
|
|
|
2000-12-04 21:49:26 +01:00
|
|
|
RUN_DEPENDS= analog:${PORTSDIR}/www/analog \
|
2003-10-24 14:05:09 +02:00
|
|
|
${SITE_PERL}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
2004-08-12 14:48:01 +02:00
|
|
|
${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles
|
2000-12-04 21:49:26 +01:00
|
|
|
|
2001-05-10 20:14:37 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2001-02-22 13:25:26 +01:00
|
|
|
NO_BUILD= YES
|
2000-12-04 21:49:26 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Install.PL -no_modules
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO}
|
2001-02-22 13:25:26 +01:00
|
|
|
@${ECHO} "You must agree to the [Artistic] license agreement at"
|
|
|
|
@${ECHO} "${PREFIX}/share/doc/reportmagic/license.html before"
|
|
|
|
@${ECHO} "using Report Magic."
|
2000-12-04 21:49:26 +01:00
|
|
|
@${ECHO}
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|