536d1e0f54
While here, add LICENSE, remove Perl core module and mark as architecture neutral. Changes: http://cpansearch.perl.org/src/SCRESTO/Net-Server-Mail-ESMTP-AUTH-0.2/Changes PR: 223472 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer)
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# Created by: Zane C. Bowers <vvelox@vvelox.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Server-Mail-ESMTP-AUTH
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= security mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Plain and login auth methods for Net::Server::Mail::ESMTP
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Net-Server-Mail>=0:mail/p5-Net-Server-Mail
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|