1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/mail/p5-Net-Server-Mail/Makefile
Andrej Zverev 195cae26f3 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:08:00 +00:00

18 lines
346 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Server-Mail
PORTVERSION= 0.18
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GUIMARD
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Implementation of SMTP, ESMTP, and LMTP protocols
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>