openbsd-ports/mail/p5-SMTP-Server/Makefile
danh a8e219c749 initial import of mail/p5-SMTP-Server 1.1:
--
This  module  is  a complete, RFC 821 compliant, SMTP server
implementation written entirely in Perl.   It  has  powerful
extensively  and  customization  facilities that allow for a
variety of potential uses.

WWW: http://www.macgyver.org/software/perl/
2002-09-11 18:42:30 +00:00

23 lines
533 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/09/11 18:42:30 danh Exp $
COMMENT= "implements a complete, RFC compliant SMTP server"
DISTNAME= SMTP-Server-1.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
http://www.macgyver.org/software/perl/
MAINTAINER= Dan Harnett <danh@openbsd.org>
HOMEPAGE= http://www.macgyver.org/software/perl/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>