mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
20 lines
402 B
Makefile
20 lines
402 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
PORTNAME= Sendmail-AccessDB
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Perl5 interface to the Sendmail access.db list
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|