14 lines
248 B
Makefile
14 lines
248 B
Makefile
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>
|