diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 11:44:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 11:44:41 +0000 |
commit | d36b674c40f4e0bdb4366c664e162b2d272d2e35 (patch) | |
tree | eb076836dd1be72ab97d0c69f0d3dcca40eaf1d2 /graphics/p5-Imager-Graph | |
parent | f96c54dce9de28319079f1b66a9d5f59ddaaa063 (diff) |
Notes
Diffstat (limited to 'graphics/p5-Imager-Graph')
-rw-r--r-- | graphics/p5-Imager-Graph/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/p5-Imager-Graph/Makefile b/graphics/p5-Imager-Graph/Makefile index 244be0cfb569..e13498bf2af4 100644 --- a/graphics/p5-Imager-Graph/Makefile +++ b/graphics/p5-Imager-Graph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: graphics/p5-Imager-Graph -# Date created: 11 Feb 2005 -# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org> -# +# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> # $FreeBSD$ -# PORTNAME= Imager-Graph PORTVERSION= 0.10 @@ -17,7 +13,8 @@ COMMENT= Perl extension for producing Graphs using the Imager library BUILD_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager RUN_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Imager::Graph.3 \ Imager::Graph::Area.3 \ |