diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:00:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:00:04 +0000 |
commit | 05f92314704342def2cccc64f990b2c0386dd609 (patch) | |
tree | fcae8bd6c079d246c57a5948ee074c75184111ad /mail/p5-MIME-Tools/Makefile | |
parent | 522099a19d7282641b67c199d40253fcb915bb1d (diff) | |
download | ports-05f92314704342def2cccc64f990b2c0386dd609.tar.gz ports-05f92314704342def2cccc64f990b2c0386dd609.zip |
Notes
Diffstat (limited to 'mail/p5-MIME-Tools/Makefile')
-rw-r--r-- | mail/p5-MIME-Tools/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index 3a5891b04ddf..79ddb0e97af3 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: p5-MIME-Tools -# Version required: 4.121 +# Version required: 4.122 # Date created: April 27th 1998 # Whom: Eivind Eklund <eivind@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/08/23 02:57:11 jseger Exp $ +# $Id: Makefile,v 1.5 1998/09/15 21:31:47 asami Exp $ # -DISTNAME= MIME-tools-4.121 -PKGNAME= p5-MIME-Tools-4.121 +DISTNAME= MIME-tools-4.122 +PKGNAME= p5-MIME-Tools-4.122 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MIME MAINTAINER= eivind@FreeBSD.ORG -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${PREFIX}/lib/perl5/site_perl/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${PREFIX}/lib/perl5/site_perl/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy USE_PERL5= YES |