# New ports collection makefile for: devel/p5-Log-Dispatch # Date created: 17 May 2001 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Log-Dispatch PORTVERSION= 2.10 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= A suite of OO modules for logging messages to multiple outputs BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= Log::Dispatch.3 \ Log::Dispatch::ApacheLog.3 \ Log::Dispatch::Base.3 \ Log::Dispatch::Email.3 \ Log::Dispatch::Email::MIMELite.3 \ Log::Dispatch::Email::MailSend.3 \ Log::Dispatch::Email::MailSender.3 \ Log::Dispatch::Email::MailSendmail.3 \ Log::Dispatch::File.3 \ Log::Dispatch::File::Locked.3 \ Log::Dispatch::Handle.3 \ Log::Dispatch::Output.3 \ Log::Dispatch::Screen.3 \ Log::Dispatch::Syslog.3 OPTIONS= APACHELOG "Apache::Log support" off \ EMAIL_MIMELITE "MIME::Lite support" off \ EMAIL_MAILSEND "Mail::Send support" off \ EMAIL_MAILSENDMAIL "Mail::Sendmail support" on \ MAIL_SENDER "Mail::Sender support" off .if !defined(NOPORTDOCS) PORTDOCS= Changes README post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include .if defined(WITH_APACHELOG) .if defined(WITH_APACHE2) BROKEN= Broken due the new mod_perl2 API BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 .else BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .endif .endif .if defined(WITH_EMAIL_MIMELITE) BUILD_DEPENDS+= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite .endif .if defined(WITH_EMAIL_MAILSEND) BUILD_DEPENDS+= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools .endif .if !defined(WITHOUT_EMAIL_MAILSENDMAIL) BUILD_DEPENDS+= ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail .endif .if defined(WITH_MAIL_SENDER) BUILD_DEPENDS+= ${SITE_PERL}/Mail/Sender.pm:${PORTSDIR}/mail/p5-Mail-Sender .endif .include dabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE from categories starting with Wedwin2006-05-131-1/+0
* - Remove obsolete patch which add support to Windows Update Service whenclement2006-05-113-20/+0
* - Fix build with WITH_KQUEUE_SUPPORTclement2006-05-021-51/+20
* - Fix plistclement2006-05-022-0/+2
* Oops I forgot to "cvs rm" a secfixclement2006-05-011-35/+0
* - Update to 2.0.58clement2006-05-014-9/+13
* Conversion to a single libtool environment.ade2006-02-232-1/+3
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
* Chase shlib bump of libexpat.kuriyama2006-01-311-2/+2
* SHA256ifyedwin2006-01-241-0/+2
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
* - Finish cleanups and fix build with threads enables.clement2006-01-171-2/+0
* - remove print-closest-mirror target from apache20 Makefileclement2006-01-161-10/+0
* Cleanups and fixesclement2006-01-163-43/+17
* SECURITY: CVE-2005-3352 (cve.mitre.org)clement2005-12-132-1/+36
* - Various package fixesclement2005-12-041-0/+4
* - Fix INDEX buildclement2005-12-041-1/+1
* - resync' with www/apache2clement2005-12-043-5/+17
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
* - Don't rerun the apache2.sh rc script on restart's, just stop and startclement2005-10-311-1/+1
* Use the proper syntax for groups when using ${MASTER_SITE_foo}fenner2005-10-261-1/+2
* - Update to 2.0.55clement2005-10-1410-297/+4
* - Apply openssl 0.9.8 fix by default. OpenSSL 0.9.8 is now the defaultclement2005-09-201-4/+1
* - Hook www/apache20 to the build. It fixes some errors in INDEX build withclement2005-09-191-1/+1
* - Sync with www/apache2clement2005-09-105-2/+170
* - make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is definedclement2005-08-011-1/+6
* - Add fix for CAN-2005-2088clement2005-07-263-1/+21
* Security: fix a buffer overrun in ssl_callback_SSLVerify_CRL()clement2005-07-262-0/+12
* - Remove debug line.clement2005-06-021-1/+0
* - Add support for multiple instances of apache2 to startup script.clement2005-06-021-7/+51