1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add port www/p5-AxKit-XSP-Sendmail - Simple SMTP mailer tag

library for AxKit eXtesible Server Pages.

PR:		33700
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
Patrick Li 2002-01-12 00:27:08 +00:00
parent ba422e29b7
commit 3afabb25ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52957
6 changed files with 40 additions and 0 deletions

View File

@ -240,6 +240,7 @@
SUBDIR += p5-AxKit-XSP-IfParam
SUBDIR += p5-AxKit-XSP-Param
SUBDIR += p5-AxKit-XSP-PerForm
SUBDIR += p5-AxKit-XSP-Sendmail
SUBDIR += p5-AxKit-XSP-Util
SUBDIR += p5-CGI-Application
SUBDIR += p5-CGI-ArgChecker

View File

@ -0,0 +1,28 @@
# Ports collection Makefile for: p5-AxKit-XSP-Sendmail
# Date created: 8 Jan 2002
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= AxKit-XSP-Sendmail
PORTVERSION= 1.4
CATEGORIES= www
MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \
${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= AxKit::XSP::Sendmail.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (AxKit-XSP-Sendmail-1.4.tar.gz) = c20df24c58af7c733b05f9cc9e7bb99d

View File

@ -0,0 +1 @@
Simple SMTP mailer tag library for AxKit eXtesible Server Pages.

View File

@ -0,0 +1,3 @@
This perl module provides mail sending support for AxKit XSP's.
WWW: http://search.cpan.org/search?dist=AxKit-XSP-Sendmail

View File

@ -0,0 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/Sendmail.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/Sendmail/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/Sendmail
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AxKit 2>/dev/null || true