mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
afd41a13ec
Mail::Sender provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket. PR: 20208 Submitted by: ben
35 lines
896 B
Makefile
35 lines
896 B
Makefile
# New ports collection makefile for: p5-Mail-Sender
|
|
# Date created: July 27th 2000
|
|
# Whom: Ben Smithurst <ben@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mail-Sender
|
|
PORTVERSION= 0.7.04
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Mail
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ben@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
|
|
|
USE_PERL5= YES
|
|
|
|
IS_INTERACTIVE= YES
|
|
|
|
MAN3= Mail::Sender.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
.if defined(PACKAGE_BUILDING)
|
|
@${CHMOD} u+w ${WRKSRC}/Config.PL
|
|
@${ECHO} exit > ${WRKSRC}/Config.PL
|
|
.endif
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|