pkgsrc/mail/mailsend/Makefile
jperkin b8f11e6887 Import mailsend-1.19 into pkgsrc as mail/mailsend. Contributed by Michael
Moll in NetBSD/pkgsrc#4.  From the DESCR:

mailsend is a simple command line program to send mail via SMTP protocol.

The program does not use any config file and everything needed to compose
mails (and attachments) is driven via command line parameters.
2017-07-17 16:09:38 +00:00

17 lines
396 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/07/17 16:09:38 jperkin Exp $
#
DISTNAME= mailsend-1.19
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=muquit/}
GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/muquit/mailsend
COMMENT= Utility to send mail via SMTP from command line
LICENSE= modified-bsd
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"