diff options
Diffstat (limited to 'mail/p5-Mail-Graph/Makefile')
-rw-r--r-- | mail/p5-Mail-Graph/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile index 6963304e8c3a..ad0598add9b3 100644 --- a/mail/p5-Mail-Graph/Makefile +++ b/mail/p5-Mail-Graph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Mail-Graph -# Date created: Nov 4 2003 -# Whom: Cheng-Lung Sung <clsung@dragon2.net> -# +# Created by: Cheng-Lung Sung <clsung@dragon2.net> # $FreeBSD$ -# PORTNAME= Mail-Graph PORTVERSION= 0.14 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure EXAMPLESCRIPT= samples/*pl EXAMPLEDUMMY= samples/index/dummy.txt EXAMPLEOUTPUT= samples/output/w3c.png samples/output/spam.css |