fe0ba1f767
Simple and fast parsing of RFC2822 message format and headers. from Sam Smith <s at msmith.net>
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/01/15 15:29:52 sturm Exp $
|
|
|
|
COMMENT= "simple module for handling email messages"
|
|
|
|
DISTNAME= Email-Simple-1.92
|
|
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>
|