diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 21:31:36 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 21:31:36 +0800 |
commit | 9d861a6e0ec16b7994cf6cc526a39c1c20c5d9f1 (patch) | |
tree | e8fc8510f7be859e7255fb08101f6ad457b19e42 /databases/mytop/Makefile | |
parent | cb4d0d3d1b6b07f46a89d609ee5f803e04672210 (diff) | |
download | freebsd-ports-gnome-9d861a6e0ec16b7994cf6cc526a39c1c20c5d9f1.tar.gz freebsd-ports-gnome-9d861a6e0ec16b7994cf6cc526a39c1c20c5d9f1.tar.zst freebsd-ports-gnome-9d861a6e0ec16b7994cf6cc526a39c1c20c5d9f1.zip |
change RUN_DEPENDS from p5-Mysql to p5-DBD-mysql
remove extra directory.
change maintainer's email
PR: 32796
Submitted by: maintainer
Diffstat (limited to 'databases/mytop/Makefile')
-rw-r--r-- | databases/mytop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index e37bcfd68fa6..af4d1a6f5e97 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -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 |