aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Tools/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-15 02:18:23 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-15 02:18:23 +0000
commit1f00c3cd5ef18605d2534b78f95107fc6e88be7b (patch)
treee4290e3d68e921d2e7c3b0facb92d9c08217f8d4 /mail/p5-Mail-Tools/Makefile
parent0addfd7abedcd65dd20f6d6f1477fdc22a41b70a (diff)
downloadports-1f00c3cd5ef18605d2534b78f95107fc6e88be7b.tar.gz
ports-1f00c3cd5ef18605d2534b78f95107fc6e88be7b.zip
Notes
Diffstat (limited to 'mail/p5-Mail-Tools/Makefile')
-rw-r--r--mail/p5-Mail-Tools/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile
index 5c00454f146a..c90bd72538d3 100644
--- a/mail/p5-Mail-Tools/Makefile
+++ b/mail/p5-Mail-Tools/Makefile
@@ -1,21 +1,23 @@
# New ports collection makefile for: p5-Mail-Tools
-# Version required: 1.06
+# Version required: 1.12
# Date created: October 24th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.10 1998/08/22 20:26:03 jseger Exp $
+# $Id: Makefile,v 1.11 1998/09/15 21:31:47 asami Exp $
#
-DISTNAME= MailTools-1.11
-PKGNAME= p5-Mail-Tools-1.11
+DISTNAME= MailTools-1.12
+PKGNAME= p5-Mail-Tools-1.12
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
MAINTAINER= jfitz@FreeBSD.ORG
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
- ${PREFIX}/lib/perl5/site_perl/Net/Domain.pm:${PORTSDIR}/net/p5-Net
+BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
+ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
+ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
USE_PERL5= YES