2005-07-13 14:40:43 +02:00
|
|
|
# New ports collection makefile for: p5-Sendmail-AccessDB
|
|
|
|
# Date created: 29 Jun 2005
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Sendmail-AccessDB
|
2009-11-13 13:02:49 +01:00
|
|
|
PORTVERSION= 1.01
|
2005-07-13 14:40:43 +02:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-07-13 14:40:43 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-07-13 14:40:43 +02:00
|
|
|
COMMENT= Perl5 interface to the Sendmail access.db list
|
|
|
|
|
2012-06-06 12:43:19 +02:00
|
|
|
BUILD_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-07-13 14:40:43 +02:00
|
|
|
|
2011-09-17 09:06:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2009-03-27 10:53:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2005-07-13 14:40:43 +02:00
|
|
|
|
|
|
|
MAN3= Sendmail::AccessDB.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|