diff options
author | az <az@FreeBSD.org> | 2013-06-07 14:55:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-07 14:55:05 +0800 |
commit | 6102d80242a12dea47653b345bd4344d7bea02ad (patch) | |
tree | dea5ab7b134d2dabc5275c2f5756d66d71925f09 /mail | |
parent | 8cdccd458b67289bdd7712a77beab6477c9863f4 (diff) | |
download | freebsd-ports-gnome-6102d80242a12dea47653b345bd4344d7bea02ad.tar.gz freebsd-ports-gnome-6102d80242a12dea47653b345bd4344d7bea02ad.tar.zst freebsd-ports-gnome-6102d80242a12dea47653b345bd4344d7bea02ad.zip |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178897
Submitted by: az
Approved by: maintainer (timeout)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Net-POP3-SSLWrapper/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/mail/p5-Net-POP3-SSLWrapper/Makefile b/mail/p5-Net-POP3-SSLWrapper/Makefile index d9a7df191faa..25b85686a168 100644 --- a/mail/p5-Net-POP3-SSLWrapper/Makefile +++ b/mail/p5-Net-POP3-SSLWrapper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-POP3-SSLWrapper -# Date created: 16 December 2009 -# Whom: johnpupu <johnpupu@gmail.com> -# +# Created by: johnpupu <johnpupu@gmail.com> # $FreeBSD$ -# PORTNAME= Net-POP3-SSLWrapper PORTVERSION= 0.06 @@ -21,11 +17,4 @@ PERL_CONFIGURE= yes MAN3= Net::POP3::SSLWrapper.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |