summaryrefslogtreecommitdiff
path: root/mail/sendymail
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-12-17 12:42:23 +0000
committerobache <obache@pkgsrc.org>2012-12-17 12:42:23 +0000
commit5f5f38030400b96251a02fe2ffc6e2801266bbe1 (patch)
treecc00cc7f2831618893456e9309317f5bc2960b87 /mail/sendymail
parentcc0a6ad62e8b611fb14d11af6edc1acb41bd0c3c (diff)
downloadpkgsrc-5f5f38030400b96251a02fe2ffc6e2801266bbe1.tar.gz
* Digest::MD5 is in CORE since perl-5.7.3, update dependency pattern.
* Getopt::Long is in CORE since perl-5, drop dependency. Bump PKGREVISION.
Diffstat (limited to 'mail/sendymail')
-rw-r--r--mail/sendymail/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/sendymail/Makefile b/mail/sendymail/Makefile
index 18a09e7e9e7..a2459cda76d 100644
--- a/mail/sendymail/Makefile
+++ b/mail/sendymail/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2012/12/17 04:54:40 obache Exp $
+# $NetBSD: Makefile,v 1.6 2012/12/17 12:42:23 obache Exp $
#
DISTNAME= sendymail-0.5.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sendymail/}
@@ -12,8 +12,7 @@ COMMENT= Send emails through Yahoo using your favorite email client
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
-DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools