aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-03-15 01:40:27 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-03-15 01:40:27 +0800
commit079b5d025729d2a653a2a2fa32033d8860accc9e (patch)
treef8ef62f201c06b981554a691de1c605d0331e0d5 /mail
parent9a6b9f7d0c44cd17b750fca492ec0613a0884edb (diff)
downloadfreebsd-ports-gnome-079b5d025729d2a653a2a2fa32033d8860accc9e.tar.gz
freebsd-ports-gnome-079b5d025729d2a653a2a2fa32033d8860accc9e.tar.zst
freebsd-ports-gnome-079b5d025729d2a653a2a2fa32033d8860accc9e.zip
- Add LICENSE
- Add RUN_DEPENDS - Bump PORTREVISION for dependency change
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Net-SMTP-SSL/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile
index 39b01a239ddf..ad83edc00db4 100644
--- a/mail/p5-Net-SMTP-SSL/Makefile
+++ b/mail/p5-Net-SMTP-SSL/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Net-SMTP-SSL
PORTVERSION= 1.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,7 +10,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= SMTP client supporting SSL
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure