20 lines
339 B
Makefile
20 lines
339 B
Makefile
# $OpenBSD: Makefile,v 1.14 2021/02/25 22:26:03 sthen Exp $
|
|
|
|
COMMENT = send mail with attachments through SMTP
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = Mail-Sender-0.903
|
|
CATEGORIES = mail
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
EPOCH = 0
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
FIX_CRLF_FILES= Config.PL
|
|
|
|
.include <bsd.port.mk>
|