8a8a8957f3
I've tested this a lot maintainer timeout
34 lines
829 B
Makefile
34 lines
829 B
Makefile
# $OpenBSD: Makefile,v 1.17 2008/02/20 03:35:13 todd Exp $
|
|
|
|
COMMENT= modules for handling mail with perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= MailTools-2.02
|
|
PKGNAME= p5-Mail-Tools-2.02
|
|
CATEGORIES= mail devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Time-TimeDate
|
|
|
|
# Build examples as well
|
|
post-build:
|
|
@cd ${WRKSRC} && for i in examples/*.PL; do perl $$i; done
|
|
|
|
DIR=${PREFIX}/share/examples/p5-Mail-Tools
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/forwd_demo ${DIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rplyto_demo ${DIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/send_demo ${DIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.demos ${DIR}
|
|
|
|
.include <bsd.port.mk>
|