openbsd-ports/mail/p5-Mail-Audit/Makefile
2002-12-29 15:12:31 +00:00

31 lines
751 B
Makefile

# $OpenBSD: Makefile,v 1.3 2002/12/29 15:12:31 fgsch Exp $
COMMENT= "library for creating easy mail filters"
DISTNAME= Mail-Audit-2.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
HOMEPAGE= http://simon-cozens.org/writings/mail-audit.html
MAINTAINER= Han Boetes <han@mijncomputer.nl>
# GPL/Artistic licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
BUILD_DEPENDS= :p5-Mail-Tools-*:mail/p5-Mail-Tools
RUN_DEPENDS= :p5-Mail-Tools-*:mail/p5-Mail-Tools
CONFIGURE_STYLE= perl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Mail-Audit
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/Mail-Audit
.include <bsd.port.mk>