3522769e1e
- add a patch to correct some man page typos (fed back to author) Note that Mail::Alias is no longer part of this package, and is now a separate CPAN module.
32 lines
991 B
Makefile
32 lines
991 B
Makefile
# $OpenBSD: Makefile,v 1.7 2001/01/07 21:55:13 avsm Exp $
|
|
|
|
DISTNAME= MailTools-1.15
|
|
PKGNAME= p5-Mail-Tools-1.15
|
|
CATEGORIES= mail devel perl5
|
|
NEED_VERSION= 1.348
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Mail
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/Net/SMTP.pm::net/p5-libnet
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
# Build examples as well
|
|
post-build:
|
|
@cd ${WRKSRC} && for i in bin/*.PL; do perl $$i; done
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-MailTools
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/forwd_demo ${PREFIX}/share/examples/p5-MailTools
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/rplyto_demo ${PREFIX}/share/examples/p5-MailTools
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/send_demo ${PREFIX}/share/examples/p5-MailTools
|
|
${INSTALL_DATA} ${WRKSRC}/README.demos ${PREFIX}/share/examples/p5-MailTools
|
|
|
|
.include <bsd.port.mk>
|