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-RFC822-Address | |
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-RFC822-Address')
-rw-r--r-- | mail/p5-Mail-RFC822-Address/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/p5-Mail-RFC822-Address/Makefile b/mail/p5-Mail-RFC822-Address/Makefile index cca07bed0d0..2c79a880723 100644 --- a/mail/p5-Mail-RFC822-Address/Makefile +++ b/mail/p5-Mail-RFC822-Address/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:18 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:49 obache Exp $ # DISTNAME= Mail-RFC822-Address-0.3 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= pettai@NetBSD.org -HOMEPAGE= http://search.cpan.org/~pdwarren/Mail-RFC822-Address-0.3/ +HOMEPAGE= http://search.cpan.org/dist/Mail-RFC822-Address/ COMMENT= Perl extension for validating email addresses according to RFC822 LICENSE= mit -DEPENDS+= p5-ExtUtils-MakeMaker-[0-9]*:../../devel/p5-ExtUtils-MakeMaker - PERL5_PACKLIST= auto/Mail/RFC822/Address/.packlist USE_LANGUAGES= # none |