diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-13 12:40:43 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-13 12:40:43 +0000 |
commit | a812e25ea102878ce4627751fe339195c2dfe34a (patch) | |
tree | ae1c3039d8d264067c7bc2a9cba980a4ac64e9de /mail/p5-Sendmail-AccessDB/Makefile | |
parent | 202b9a5b244f70654d12daf1e1e2efed4603473c (diff) | |
download | ports-a812e25ea102878ce4627751fe339195c2dfe34a.tar.gz ports-a812e25ea102878ce4627751fe339195c2dfe34a.zip |
Notes
Diffstat (limited to 'mail/p5-Sendmail-AccessDB/Makefile')
-rw-r--r-- | mail/p5-Sendmail-AccessDB/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile new file mode 100644 index 000000000000..9c2235cfc66b --- /dev/null +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Sendmail-AccessDB +# Date created: 29 Jun 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= Sendmail-AccessDB +PORTVERSION= 0.09 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Sendmail +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@critical.ch +COMMENT= Perl5 interface to the Sendmail access.db list + +BUILD_DEPENDS= ${SITE_PERL}/mach/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Sendmail::AccessDB.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500806 +IGNORE= needs Perl 5.8.6 or above (lang/perl5.8) +.endif + +.include <bsd.port.post.mk> |