aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Net-SMTP-SSL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-14 17:40:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-14 17:40:27 +0000
commit41d5bb5c9836dcf0b766d123640c7e3a98d36e22 (patch)
treef8ef62f201c06b981554a691de1c605d0331e0d5 /mail/p5-Net-SMTP-SSL
parent01a02d3dae4dae3e9e7e71c0e29419bf580320ef (diff)
downloadports-41d5bb5c9836dcf0b766d123640c7e3a98d36e22.tar.gz
ports-41d5bb5c9836dcf0b766d123640c7e3a98d36e22.zip
- Add LICENSE
- Add RUN_DEPENDS - Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=348273
Diffstat (limited to 'mail/p5-Net-SMTP-SSL')
-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