mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
38 lines
945 B
Makefile
38 lines
945 B
Makefile
# New ports collection makefile for: p5-Net-Server-Mail
|
|
# Date created: 6th February 2004
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Server-Mail
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/Net-Server-Mail/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Implementation of SMTP, ESMTP and LMTP protocols
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Server::Mail.3 \
|
|
Net::Server::Mail::ESMTP.3 \
|
|
Net::Server::Mail::ESMTP::Extension.3 \
|
|
Net::Server::Mail::LMTP.3 \
|
|
Net::Server::Mail::SMTP.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO
|
|
EXTRA_PATCHES= ${PATCHDIR}/5.005_03.diff
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name '*.orig' -delete
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|