diff options
author | az <az@FreeBSD.org> | 2013-05-24 16:46:46 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-24 16:46:46 +0800 |
commit | 76bfa7ee304c4fa803d64aca7726beb465123830 (patch) | |
tree | 1af30f8bb8605177a69a128dcc4fc6c8d167635e /mail | |
parent | 8d4eb3c948a51b326cfb697f1c8650f050228178 (diff) | |
download | freebsd-ports-gnome-76bfa7ee304c4fa803d64aca7726beb465123830.tar.gz freebsd-ports-gnome-76bfa7ee304c4fa803d64aca7726beb465123830.tar.zst freebsd-ports-gnome-76bfa7ee304c4fa803d64aca7726beb465123830.zip |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178899
Submitted by: az
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-SES/Makefile | 14 |
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> |