blob: 61f3497cc5f58067d528308fa9d4a9d5130f1106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Mail-SendEasy
PORTVERSION= 1.2
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Send plain/html e-mails through SMTP servers
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|