diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /mail/p5-Mail-SRS | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'mail/p5-Mail-SRS')
-rw-r--r-- | mail/p5-Mail-SRS/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index cd3fc0ec3fb..3f59428da57 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2013/11/24 09:57:04 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2013/12/09 14:17:49 obache Exp $ DISTNAME= Mail-SRS-0.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -10,11 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsrs2.org/ COMMENT= SMTP envelope sender rewriting for SPF-compliant forwarding -DEPENDS+= p5-DB_File>=1.806:../../databases/p5-DB_File +DEPENDS+= {perl>=5.8.1,p5-DB_File>=1.806}:../../databases/p5-DB_File DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC DEPENDS+= p5-MLDBM>=2.01:../../databases/p5-MLDBM #DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable -BUILD_DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.40}:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Mail/SRS/.packlist |