openbsd-ports/mail/p5-SMTP-Server/Makefile
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

19 lines
392 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:47 naddy Exp $
COMMENT= implements a complete, RFC compliant SMTP server
DISTNAME= SMTP-Server-1.1
REVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
http://www.macgyver.org/software/perl/
HOMEPAGE= http://www.macgyver.org/software/perl/
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
.include <bsd.port.mk>