summaryrefslogtreecommitdiff
path: root/mail/p5-Net-LMTP/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-02-25 21:17:06 +0000
committeradrianp <adrianp>2005-02-25 21:17:06 +0000
commit3db031bf96d352883e74ea03949eab1bacadf9d3 (patch)
tree48c9d6f41f86c97f0d0c4d42fd7dfb3115fe1dc4 /mail/p5-Net-LMTP/Makefile
parenta1c191162c6ddd97f71e259a7a275e29ae3acbd9 (diff)
downloadpkgsrc-3db031bf96d352883e74ea03949eab1bacadf9d3.tar.gz
This module implements a client interface to the LMTP protocol, enabling a
perl5 application to talk to LMTP servers. This documentation assumes that you are familiar with the concepts of the LMTP protocol described in RFC2033. This module is based on Net::SMTP and shares more than %95 of its code with Net::SMTP.
Diffstat (limited to 'mail/p5-Net-LMTP/Makefile')
-rw-r--r--mail/p5-Net-LMTP/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/p5-Net-LMTP/Makefile b/mail/p5-Net-LMTP/Makefile
new file mode 100644
index 00000000000..4116a618ab5
--- /dev/null
+++ b/mail/p5-Net-LMTP/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 21:17:06 adrianp Exp $
+#
+
+DISTNAME= Net-LMTP-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~lhoward/${DISTNAME}/
+COMMENT= Local Mail Transfer Protocol Client
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/LMTP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"