diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-07 07:03:10 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-07 07:03:10 +0000 |
commit | a31ed4c1e380d84e347b3b101e4ec24a99ce3df9 (patch) | |
tree | 0914568ffb0724b1463d0e8c90ad5d7f6dfe43d3 /graphics/p5-Image-Size/Makefile | |
parent | 0b499d620954ba84e7ecde5a3cbd940de618cad5 (diff) | |
download | ports-a31ed4c1e380d84e347b3b101e4ec24a99ce3df9.tar.gz ports-a31ed4c1e380d84e347b3b101e4ec24a99ce3df9.zip |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178900
Submitted by: az
Approved by: maintainer (timeout)
Notes
Notes:
svn path=/head/; revision=320156
Diffstat (limited to 'graphics/p5-Image-Size/Makefile')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index f92f2a878ce6..199dd5af8e6b 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Size -# Date created: October 20th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Image-Size PORTVERSION= 3.232 @@ -19,11 +15,4 @@ PERL_CONFIGURE= yes MAN1= imgsize.1 MAN3= Image::Size.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |