openbsd-ports/mail/p5-Email-Simple/Makefile
sturm fe0ba1f767 Initial import of Email-Simple-1.92
Simple and fast parsing of RFC2822 message format and headers.

from Sam Smith <s at msmith.net>
2006-01-15 15:29:52 +00:00

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>