summaryrefslogtreecommitdiff
path: root/mail/p5-Net-SMTP-TLS/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 10:05:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 10:05:43 +0000
commit696adee92279e0b92fec066592bcdda7b6b102df (patch)
treea4db26424219aa18e2e966834353dee559d5734d /mail/p5-Net-SMTP-TLS/Makefile
parent- Add LICENSE (diff)
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
Notes
Notes: svn path=/head/; revision=363559
Diffstat (limited to 'mail/p5-Net-SMTP-TLS/Makefile')
-rw-r--r--mail/p5-Net-SMTP-TLS/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/p5-Net-SMTP-TLS/Makefile b/mail/p5-Net-SMTP-TLS/Makefile
index 738383817a07..c0afbcf37bb1 100644
--- a/mail/p5-Net-SMTP-TLS/Makefile
+++ b/mail/p5-Net-SMTP-TLS/Makefile
@@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SMTP client supporting TLS and AUTH
-RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>