diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-23 22:06:54 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-23 22:06:54 +0000 |
commit | 73dce857a1d3ad674a3d433d05421a4de29f3a48 (patch) | |
tree | f816ba7cafaa278815085ccabf5d7266e2f91248 /graphics/p5-Chart | |
parent | 48c479c8bbf9c6ce4022d04584f62221ad91976f (diff) | |
download | ports-73dce857a1d3ad674a3d433d05421a4de29f3a48.tar.gz ports-73dce857a1d3ad674a3d433d05421a4de29f3a48.zip |
Transfer ownership from ports@FreeBSD.org -> dan@trinsec.com
PR: ports/12365
Submitted by: Dan Moschuk <dan@trinsec.com>
Notes
Notes:
svn path=/head/; revision=19738
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r-- | graphics/p5-Chart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 15781b8e121e..ca09fc38fb90 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -3,7 +3,7 @@ # Date Created: 8 April 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/09/15 21:31:45 asami Exp $ +# $Id: Makefile,v 1.5 1999/06/22 22:51:00 cpiazza Exp $ # DISTNAME= Chart-0.99b @@ -12,7 +12,7 @@ CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= dan@trinsec.com BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD |