diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-29 08:44:53 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-29 08:44:53 +0800 |
commit | 9fbef2c45b9dda637fe075ec12b924521e028f42 (patch) | |
tree | df2e66834789aa7c73723017ffe057d28c30d06c /graphics/p5-Chart | |
parent | d6bb00cb8a80cf53aedf84beaf727bb29f439db8 (diff) | |
download | freebsd-ports-gnome-9fbef2c45b9dda637fe075ec12b924521e028f42.tar.gz freebsd-ports-gnome-9fbef2c45b9dda637fe075ec12b924521e028f42.tar.zst freebsd-ports-gnome-9fbef2c45b9dda637fe075ec12b924521e028f42.zip |
For perl@ owned ports:
- Fix COMMENT
- Trim header
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r-- | graphics/p5-Chart/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index b53663da1ac7..4f6bf584b13c 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -1,4 +1,3 @@ -# Created: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ PORTNAME= Chart @@ -9,7 +8,7 @@ MASTER_SITE_SUBDIR= CPAN:CHARTGRP PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A perl5 interface to build chart graphics +COMMENT= Perl5 interface to build chart graphics BUILD_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD |