naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

17 lines
305 B
Makefile

# $OpenBSD: Makefile,v 1.3 2016/03/20 19:56:54 naddy Exp $
COMMENT= SSL/STARTTLS support for Net::SMTP
MODULES= cpan
PKG_ARCH= *
DISTNAME= Net-SMTPS-0.04
CATEGORIES= net mail
# perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= security/p5-IO-Socket-SSL \
security/p5-Authen-SASL
.include <bsd.port.mk>