17 lines
309 B
Makefile
17 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.22 2020/07/03 21:45:25 sthen Exp $
|
|
|
|
COMMENT = simple parsing of RFC2822 message format and headers
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Email-Simple-2.216
|
|
CATEGORIES = mail
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = mail/p5-Email-Date-Format
|
|
|
|
.include <bsd.port.mk>
|