# New ports collection makefile for: phpmailer2 # Date created: 30 May 2009 # Whom: Joe Horn # # $FreeBSD$ # PORTNAME= phpmailer2 PORTVERSION= 2.0.4 CATEGORIES= mail MASTER_SITES= SF/phpmailer/phpmailer%20for%20php4/PHPMailer%20v${PORTVERSION}%20for%20PHP4 DISTNAME= PHPMailer_v${DISTVERSION} MAINTAINER= joehorn@gmail.com COMMENT= Full Featured Email Transfer Class for PHP4 CONFLICTS= phpmailer-5* USE_DOS2UNIX= yes NO_BUILD= yes USE_PHP= pcre SUB_FILES= pkg-message do-install: @${MKDIR} ${DATADIR} .for f in class.phpmailer.php class.pop3.php class.smtp.php @${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR} .endfor @${MKDIR} ${DATADIR}/language @${INSTALL_DATA} ${WRKSRC}/language/* ${DATADIR}/language @${MKDIR} ${DATADIR}/test @${INSTALL_DATA} ${WRKSRC}/test/* ${DATADIR}/test .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in README LICENSE @${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} .endfor @${CP} -R ${WRKSRC}/docs/* ${DOCSDIR} @${CP} -R ${WRKSRC}/phpdocs/* ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif post-install: @${CAT} ${PKGMESSAGE} .include a>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ecl
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.9epav2005-02-262-7/+8
* Add missing perl dependency.krion2004-12-021-0/+1
* Add missing dependency and fix build.krion2004-11-281-0/+1
* Update to 0.9d.041103vs2004-11-042-4/+8
* - Mark only for i386, does not build on 64-bit archspav2004-10-281-0/+3
* - Update to 0.9d-041019pav2004-10-202-3/+3
* upgrade to 040726ijliao2004-07-263-19/+21