aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-SES
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-05-24 08:46:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-05-24 08:46:46 +0000
commit80bd1d03715e54260fac6429efc2f2a6791e05a5 (patch)
tree1af30f8bb8605177a69a128dcc4fc6c8d167635e /mail/p5-SES
parentcaa170f7fd2323e8d5af0285c0a24b85c10f7696 (diff)
downloadports-80bd1d03715e54260fac6429efc2f2a6791e05a5.tar.gz
ports-80bd1d03715e54260fac6429efc2f2a6791e05a5.zip
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178899 Submitted by: az Approved by: maintainer
Notes
Notes: svn path=/head/; revision=318932
Diffstat (limited to 'mail/p5-SES')
-rw-r--r--mail/p5-SES/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/mail/p5-SES/Makefile b/mail/p5-SES/Makefile
index efbfc12eb505..052f0779c516 100644
--- a/mail/p5-SES/Makefile
+++ b/mail/p5-SES/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-SES
-# Date created: 2011-04-29
-# Whom: Stephon Chen <stephon@pixnet.tw>
-#
+# Created by: Stephon Chen <stephon@pixnet.tw>
# $FreeBSD$
-#
PORTNAME= SES
PORTVERSION= 1.01
@@ -43,10 +39,4 @@ do-install:
cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/SES.pm ${PREFIX}/${SITE_PERL_REL}/
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>