freebsd-ports/mail/p5-Sendmail-AccessDB/Makefile

20 lines
402 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@critical.ch>
PORTNAME= Sendmail-AccessDB
2014-12-24 15:32:45 +01:00
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
2016-09-10 16:14:08 +02:00
NO_ARCH= yes
.include <bsd.port.mk>