diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 13:05:28 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 13:05:28 +0000 |
commit | 14ed202be0d018fa8dcc31ae6351333926f90482 (patch) | |
tree | d7ef93e4ff730e2950434164953441aa0348549e /mail/demime | |
parent | 4189dac3d8164b628cbba8121df427fe6fdfb5cc (diff) | |
download | ports-14ed202be0d018fa8dcc31ae6351333926f90482.tar.gz ports-14ed202be0d018fa8dcc31ae6351333926f90482.zip |
Notes
Diffstat (limited to 'mail/demime')
-rw-r--r-- | mail/demime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 8e78eb8215ac..5f5568afdebf 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -7,6 +7,7 @@ PORTNAME= demime PORTVERSION= 1.1d +PORTREVISION= 1 CATEGORIES= mail textproc MASTER_SITES= http://majordomo.squawk.com/njs/demime/:demime \ http://scifi.squawk.com/:junkmail @@ -15,8 +16,7 @@ DISTFILES= ${PORTNAME}.${PORTVERSION}:demime demime_junkmail.cf:junkmail MAINTAINER= ports@FreeBSD.org COMMENT= A tool to scrub mime from mailing lists -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset |