openbsd-ports/mail/p5-Mail-Sender/Makefile
sthen 9a6bba1984 update to p5-Mail-Sender 0.8.22, from dhill plus a tweak (stupid DOS line
endings in patched file), tested on 5.12/5.16
2013-03-19 12:15:19 +00:00

17 lines
291 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/19 12:15:19 sthen Exp $
COMMENT= send mail with attachments through SMTP
MODULES= cpan
DISTNAME= Mail-Sender-0.8.22
CATEGORIES= mail
# perl
PERMIT_PACKAGE_CDROM= Yes
pre-patch:
cd ${WRKSRC} && perl -i -pe 's/\r$$//' Config.PL
.include <bsd.port.mk>