3f8b217a9f
pkgsrc changes: - adjust license Upstream changes: 1.892 2010-09-02 revert all behavior to 1.889 1.891 2010-08-30 rework domainless address feature to work on perl5.8 (Alex Vandiver) 1.890 2010-08-22 allow domainless addresses (if requested) (thanks, Alex Vandiver)
21 lines
577 B
Makefile
21 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/09/05 12:13:39 sno Exp $
|
|
|
|
DISTNAME= Email-Address-1.892
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 2
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-Address/
|
|
COMMENT= RFC 2822 Address Parsing and Creation
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/Email/Address/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|