change RUN_DEPENDS from p5-Mysql to p5-DBD-mysql

remove extra directory.
change maintainer's email

PR:		32796
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2001-12-13 13:31:36 +00:00
parent 74e175c8dc
commit a39222fe5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51498
2 changed files with 3 additions and 2 deletions

View file

@ -10,11 +10,11 @@ PORTVERSION= 0.9
CATEGORIES= databases
MASTER_SITES= http://public.yahoo.com/~jzawodn/mytop/
MAINTAINER= leeym@cae.ce.ntu.edu.tw
MAINTAINER= leeym@leeym.com
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-Mysql
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
PERL_CONFIGURE= yes

View file

@ -1 +1,2 @@
bin/mytop
@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mytop 2>/dev/null || true