17 lines
285 B
Makefile
17 lines
285 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:35:53 espie Exp $
|
|
|
|
COMMENT= SSL support for Net::SMTP
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-SMTP-SSL-1.01
|
|
REVISION= 0
|
|
CATEGORIES= net mail
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= security/p5-IO-Socket-SSL
|
|
|
|
.include <bsd.port.mk>
|