15 lines
224 B
Makefile
15 lines
224 B
Makefile
|
COMMENT = SSL support for Net::SMTP
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Net-SMTP-SSL-1.04
|
||
|
CATEGORIES = net mail
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
RUN_DEPENDS = security/p5-IO-Socket-SSL
|
||
|
|
||
|
.include <bsd.port.mk>
|