summaryrefslogtreecommitdiff
path: root/mail/p5-Sendmail-AccessDB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Sendmail-AccessDB/Makefile')
-rw-r--r--mail/p5-Sendmail-AccessDB/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile
new file mode 100644
index 00000000000..d147b939689
--- /dev/null
+++ b/mail/p5-Sendmail-AccessDB/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/17 09:15:04 grant Exp $
+
+DISTNAME= Sendmail-AccessDB-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sendmail/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.megacity.org/software.html
+COMMENT= perl5 module for manipulating the sendmail accessdb
+
+#DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Sendmail/AccessDB/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"