2005-04-10 15:12:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2005/04/10 19:12:53 msf Exp $
|
2001-05-05 21:45:53 -04:00
|
|
|
|
|
|
|
COMMENT= "modules for handling mail with perl"
|
2000-06-02 10:15:26 -04:00
|
|
|
|
2005-04-10 15:12:53 -04:00
|
|
|
DISTNAME= MailTools-1.67
|
|
|
|
PKGNAME= p5-Mail-Tools-1.67
|
2000-08-20 22:25:46 -04:00
|
|
|
CATEGORIES= mail devel perl5
|
2002-05-13 19:31:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
2000-06-02 10:15:26 -04:00
|
|
|
|
2000-10-09 20:40:20 -04:00
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
2000-08-20 22:25:46 -04:00
|
|
|
|
2000-06-02 10:15:26 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-08-20 22:25:46 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
2000-06-02 10:15:26 -04:00
|
|
|
|
|
|
|
# Build examples as well
|
|
|
|
post-build:
|
2005-04-10 15:12:53 -04:00
|
|
|
@cd ${WRKSRC} && for i in examples/*.PL; do perl $$i; done
|
2000-06-02 10:15:26 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-MailTools
|
2005-04-10 15:12:53 -04:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/forwd_demo ${PREFIX}/share/examples/p5-MailTools
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rplyto_demo ${PREFIX}/share/examples/p5-MailTools
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/send_demo ${PREFIX}/share/examples/p5-MailTools
|
2000-06-02 10:15:26 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.demos ${PREFIX}/share/examples/p5-MailTools
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|