9b19a5f6e0
Kwiki::GDGraphGenerator - put pretty graphs into your Kwiki pages PR: ports/71046 Approved by: vanilla (co-mentor)
36 lines
848 B
Makefile
36 lines
848 B
Makefile
# New ports collection makefile for: p5-Kwiki-GDGraphGenerator
|
|
# Date created: 2004-08-28
|
|
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Kwiki-GDGraphGenerator
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Kwiki
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= elvis@sslab.cs.ccu.edu.tw
|
|
COMMENT= Kwiki plugin for putting pretty graphs into your Kwiki pages
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki \
|
|
${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Kwiki::GDGraphGenerator.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
|
|
.endif
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|