9cdcf027b4
1.02 Sat Feb 03 13:41:38 2018 - add support for parsing and generating addresses with nul character - fix function compose_address when both user and host contains non-ASCII 8bit characters - fix possible memory leak in dovecot parser
16 lines
483 B
Makefile
16 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/02/25 17:55:45 wiz Exp $
|
|
|
|
DISTNAME= Email-Address-XS-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-Address-XS/
|
|
COMMENT= Parse and format RFC 2822 email addresses and groups
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Email/Address/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|