783090c1bf
Remove unecessary BUILD_DEPENDS Add REGRESS_DEPENDS & update RUN_DEPENDS help and ok simon@
26 lines
587 B
Makefile
26 lines
587 B
Makefile
# $OpenBSD: Makefile,v 1.8 2008/06/13 19:44:27 merdely Exp $
|
|
|
|
COMMENT= library for creating easy mail filters
|
|
|
|
DISTNAME= Mail-Audit-2.223
|
|
CATEGORIES= mail
|
|
|
|
# GPL/Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::devel/p5-File-HomeDir \
|
|
::devel/p5-File-Tempdir \
|
|
::mail/p5-Mail-Tools
|
|
REGRESS_DEPENDS= ::mail/p5-MIME-tools
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Mail-Audit
|
|
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/Mail-Audit
|
|
|
|
.include <bsd.port.mk>
|