12b04df4b1
This class implements a complete RFC 2822 parser that locates email addresses in strings and returns a list of Email::Address objects found. Alternately you may construct objects manually. from Sam Smith <s at msmith.net>
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/15 15:35:01 sturm Exp $
|
|
|
|
COMMENT= "RFC 2822 Address Parsing and Creation"
|
|
|
|
DISTNAME= Email-Address-1.80
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|