diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 16:39:06 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 16:39:06 +0000 |
commit | 630ab43245aba0db3a40c1ec944b4ef3769cc054 (patch) | |
tree | 23e08195c67160d93cff170f5f120c1e65cbba39 /news/ubh/Makefile | |
parent | 01ac3a29f03bf250ae8ab356e2b5dfd3cb8524e7 (diff) | |
download | ports-630ab43245aba0db3a40c1ec944b4ef3769cc054.tar.gz ports-630ab43245aba0db3a40c1ec944b4ef3769cc054.zip |
Notes
Diffstat (limited to 'news/ubh/Makefile')
-rw-r--r-- | news/ubh/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/news/ubh/Makefile b/news/ubh/Makefile index 476ecf385e4b..35fd651d394d 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -1,19 +1,24 @@ # New ports collection makefile for: ubh -# Date created: 24 July 2000 -# Whom: Donald Burr <dburr@FreeBSD.ORG> +# Date created: 1 January 2002 +# Whom: John Holland <john@zoner.org> # # $FreeBSD$ # PORTNAME= ubh -PORTVERSION= 1.5 +PORTVERSION= 2.1 CATEGORIES= news graphics MASTER_SITES= http://ubh.sourceforge.net/download/ -MAINTAINER= dburr@FreeBSD.ORG +MAINTAINER= john@zoner.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools NO_BUILD= YES |